英文:
Filter in Android grid in Genexus
问题
我在智能设备面板中有一个网格。
数据正确获取,但如果我添加一个筛选器,它会出现在屏幕上,固定在页面顶部,并且就像网格在其上滚动一样(在示例中为“按‘ga’搜索”,“搜索‘ga’”)。
这是在Genexus实时检查器中出现的内容,标签在“网格”层中,但我无法以任何方式操作或管理它。
我正在使用Genexus 17u10版本。
发生了什么?为什么筛选器会表现出这样的行为?
在Genexus使用WorkWithDevices创建的网格中也是如此。
我能以某种方式修复它吗,也许使用某个特定的类?
英文:
I have a grid in a Smart Devices panel.
The data fetches correctly, but if I add a filter it appears on the screen, it stays fixed at the top of the page and it is as if the grid is scrolling over it ("Ricerca per 'ga' " in the example, "search for 'ga')
This is what appears in the genexus live inspector, the label is in the "grid" layer, but I can't manipulate or manage it in any way.
I'm working with genexus 17u10.
What is going on? Why does the filter behave like this?
The same happens in grids created by genexus with workwithdevices.
Can I fix it somehow, maybe with some specific class?
答案1
得分: 1
这个问题已在Genexus v18u1中修复。
你应该更新你的版本。
英文:
This problem was fixed in Genexus v18u1.
You should update your version.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论