GridExcelFilter

Hello,

I am using the following code segment on a grid grouping control object:

Dim filter As GridExcelFilter = New GridExcelFilter()

filter.WireGrid(UpfrontTrackerDetails)

Whenever a use filters(i.e. changings anything in this filter that will alter the visible data records) I need an event that will be called. Everytime a user filters, I need to update a different object. What would this event be called?

 

Thanks,

Mike


1 Reply

AK Arun Kumar V Syncfusion Team February 27, 2013 11:45 AM UTC

Hi Mike,

Thanks for your interest in Syncfusion products.

Query:

Identify Filtered columns

To get the filtered columns collection, we can utilize the filter’s GetFilterCollection() method. Here I have displayed the filtered column names in the caption cell of the grid [shown in the below screenshot] using ‘QueryCellStyleInfo’ event. Here is the code,

  Description: http://www.syncfusion.com/downloads/Support/DirectTrac/103916/clip_image001929121096.png

UG link: http://help.syncfusion.com/ug/windows%20forms/grid/default.htm#!Documents/optimizedgridexcelfilter.htm

Please let me know if you have any other concerns.

Regards,

Arun.


Loader.
Up arrow icon