We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

which event is triggered when adding a new RecordFilter to RecordFilters

Say:
RecordFilterDescriptor filter = new RecordFilterDescriptor();
... this.grid.TableDescriptor.RecordFilters.Add(filter);

which event is triggered then to refresh the GUI and set the filterbarcell value?

Thanks

1 Reply

NR Nirmal Raja Syncfusion Team August 10, 2010 12:35 PM UTC

Hi,

Thank you for your interest in Syncfusion products.

The Changed event of the RecordFilters collection from the TableDescriptor will be triggered when a record filter has been changed.

Please refer the code below:
this.gridGroupingControl1.TableDescriptor.RecordFilters.Changed+=new Syncfusion.Collections.ListPropertyChangedEventHandler(RecordFilters_Changed);

Let me know if you have any queries.

Regards,
Nirmal

Loader.
Live Chat Icon For mobile
Up arrow icon