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

Record Filters on non-visible grid columns

Hi,
I have set up a record filter which looks something like this on my grid.

string filter = "([Column1] like \'Group\')";
_grid.TableDescriptor.RecordFilters.Add(filter);

This works fine as long as Column1 is visible.

The moment I make it non-visible ( see below), this stops working.
_grid.TableDescriptor.VisibleColumns.Remove("Column1");

Can someone advise on this at the earliest?

Thanks,
Deepa.

1 Reply

JJ Jisha Joy Syncfusion Team November 9, 2009 06:59 AM UTC

Hi Deepa,

I have tested the issue in the following attached sample. But I am afraid I was not able to see the issue as you mentioned. Could you please reproduce the issue in th below sample to show the issue here?.

Please let me know if you have any questions.
Regards,
Jisha






Sample_51130f43.zip

Loader.
Live Chat Icon For mobile
Up arrow icon