We have a xamdatagrid that enables filtering, but clicking on the dropdown arrow doesn't drop down the filter options unless the grid has no rows of data. I rolled back our code to when it was working and the only difference that is definite is that we went from version 9 to 10.2.
Other grids are working, so I assume we have something configured incorrectly, but I can't seem to find it. Any suggestions as to what can cause the filter row to become disabled?
i never found a resolution. We are using FilterUIType=LabelIcons, but in doing so the funnel icon is not chaning making it impossible to determine when a row has a filter applied.
Has this issue been resolved?
I'm having a similar problem where the filter drop down becomes disabled unless i set the FilterUIType to "LabelIcons", which i don't want as i need easily editable filter.
So, we've been following this through the support case, but I found an interesting tid bit. If we change to FilterUIType="LabelIcons" the dropdowns are enabled in the header row.
I've just opened a support ticket with a reference number of CAS-50531-1QD91V so we can continue discussing this issue.
This issue might be caused when you handle some of the grid's events. Could you provide a sample project or code snippet with your setup that demonstrates the problem so we can look into it?