GridDataboundGrid filterbar Custom

Hi,

I have a GridDataboundControl bounded to a very simple DataTable. It has a Filterbar. The issue is if I choose the (Custom) option from the filter dropdown and put some criteria and press ok, the "Custom Row Filter" popup comes again and again(3-4 times). Sometimes I see a red exception in the filterbar dropdown.

What am I doing wrong,

GridFilterBar gridFilterBar = new GridFilterBar();
gridFilterBar.WireGrid(this.myDataboundGrid);


Please advise.

Thanks,
Alomgir

2 Replies

AM Alomgir Miah May 13, 2009 03:32 PM UTC

Hi,

I just figured it out. If you bind a DataTable with zero rows to the GridDataBoundGrid and then bind the data again when rows are available, the filterbar freaks out. I think its an issue that should be fixed by Syncfusion.

Thanks,
Alomgir


LS Lingaraj S Syncfusion Team May 15, 2009 02:26 PM UTC

Hi Alomgir,

Thank you for your interest in Syncfusion product.

I am unable to reproduce this in GridGroupingControl FilterBar, when the custom has been selected in FilterBar. I have tried with sample, Also I have attached the video file in below link:
http://files.syncfusion.com/support/samples/Grid.Windows/Forums/GDBGFilter.zip

Please let me know with more details or send minimal sample if still face the issue.

Regards,
Lingaraj S.

Loader.
Up arrow icon