Version

PopulateUniqueFilterValues Event (Filtering)

Occurs when right before filtering behavior goes back to the client. This event needs to be handled when CustomDatabinding is used for the grid to provide the values that filtering needs to display for each column when filteringType is ExcelStyleFiltering.
Syntax
'Declaration
 
Public Event PopulateUniqueFilterValues As PopulateUniqueFilterValuesHandler
public event PopulateUniqueFilterValuesHandler PopulateUniqueFilterValues