I am using XtraGrid in my application. I have shown checked list box with unique values for the column filter. Now, I want to enumerate which Items were checked once the dialog disappears after clicking OK button. How to do this?
Thanks, Omky
I am using XtraGrid in my application. I have shown checked list box with unique values for the column filter. Now, I want to enumerate which Items were checked once the dialog disappears after clicking OK button. How to do this?
Thanks, Omky
Copyright © 2021 Jogjafile Inc.
While I don't know the exact implementation of your checked listbox in the filter popup, you can handle the
ColumnFilterChanged
event on the GridView. Then, I suggest that you analyse the FilterCriteria of your column and see which value are being used for filtering.