I'm using a standalone ASPxFilterControl with a grid. (I had to resort to using it standalone, not the one built into the grid, because I want to include invisible columns in the filter control's column menu.) The grid in question supports about 30 columns, though most are not visible most of the time. The problem is that the filter control presents all columns in a menu, with no ability to scroll, and consequently the menu runs off the bottom of the page, making it pretty much unusable.
There is already a separate suggestion to give menus scrolling ability, so I'm not asking about that specifically. I'd like to know if there is any workaround so I can use the filter control with a large number of menus. Ideally there'd be a "GroupDisplayName" property on each column, and columns with a non-null group display name would be grouped together in submenus. That would shorten the menus an eliminate the need for scrolling.
So, to summarize:
- Is there C# code JavaScript I can write to "force" the ASPxFilterControl to group columns and use submenus?
- If the answer to 1 is "no," can you consider this a suggestion to implement "GroupDisplayName" functionality in the ASPxFilterControl?
Thanks!
Hi Leslie,
Thanks,
Plato