ShowGroupDropArea and ShowFilters

Hi,

GridControl version 9.1

When I set the mainGrid.ShowFilters = true; in the code, then the Filters do show in the grid, however, when the menuItemShowFilters_Unchecked event is trigger by a mouse menu click event, that sets the ShowFilters to false. THe filters are still there.

private void menuItemShowFilters_Unchecked(object sender, RoutedEventArgs e)
{
mainGrid.ShowFilters = false;
}

Could you advise please?

thank you


1 Reply

SK S. Kannan Syncfusion Team April 25, 2012 04:50 AM UTC

Hi Fred,

Thanks for using Syncfusion products.

We have checked a sample as per your scenario and we found that it is working fine. We have recorded a video for this and please find the video and the sample from the following location.

Sample location: http://www.syncfusion.com/downloads/Support/DirectTrac/93555/GridDataControl987361978.zip


Video location: http://www.syncfusion.com/downloads/Support/DirectTrac/93555/Video-1076840352.zip

Please let us know if you have any queries.

Thanks,
Kannan. S



Loader.
Up arrow icon