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