All Tags »
Filtering (RSS)
Sorry, but there are no more tags available to filter with.
-
Auto Filtering (excel like) can be done through the DataGridContext.AutoFilterValues dictionary.The dictionary allows you to access and modify the list of AutoFilterValues for a given Column`s FieldName.So, here is a quick sample:DataGridContext context = DataGridControl.GetDataGridContext( myDataGridControl ...