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
130
Filtering records on selecting item from dropdown
posted

I am using filters in XamDataGrid. Some of them are using dropdown where the user can select a value. This is enabled by specifying:

FilterOperandUIType = FilterOperandUIType.Combo

How do I trigger filtering when the user selects the item from dropdown? So far I can only see options like OnCellValueChange (which is triggered whenever user presses a key OR selects item from dropdown) or OnEnterKey (which is triggered when user presses ENTER key on the dropdown). What I want is that filtering is only triggered when user selects an item from the dropdown, and not triggered in any other cases.

Is this possible?

Thanks,

Morris

Parents
No Data
Reply Children
No Data