Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
Is it possible to not show the "Select All" or Selection ListBox in the ColumnFilterDialogControl
posted

I have a grid that could contain upwards of a million records or more (yes, a bit unconventional, but the XamGrid does an outstanding job with this many records)

I have the filter settings set to

<

 

 

ig:FilteringSettings AllowFiltering="FilterMenu" />

 

 

 

I would like to not show the "Select All" checkbox or populate the listbox (a million entries in the filter listbox is pretty much useless) and only show the "Clear Filters" and "Custom Filters" in the ColumnFilterDialogControl

I did search the forums, and the closest I could get is this example for the "Custom Filters"
http://forums.infragistics.com/forums/p/50715/266360.aspx

Thank you!