JJ
Jisha Joy
Syncfusion Team
August 21, 2009 05:19 AM UTC
Hi Jianan,
Thank you for posting query to us.
You could handle FilterBarTextChanged event of GridFilterBar that is fired immediately before the filtering is done. See the code:
GridFilterBar bar = new GridFilterBar();
bar.WireGrid(this.gridDataBoundGrid1);
bar.FilterBarTextChanged +=new GridFilterBarTextChangedEventHandler(bar_FilterBarTextChanged);
Let me know if you have any further queries.
Regards,
Jisha