Method WithNoFiltering
WithNoFiltering<T>(T)
Sets the column to be not filterable.
public static T WithNoFiltering<T>(this T column) where T : GridViewBoundColumnBase
Parameters
columnTThe column.
Returns
- T
 The column with filterable set to false.
Type Parameters
TThe type of the column.