Class ExtensionMethods
public static class ExtensionMethods
- Inheritance
-
objectExtensionMethods
Methods
- AddCheckBoxColumn<T>(RadGridView, Expression<Func<T, object>>, Expression<Func<T, object>>)
Adds a new checkbox column to the RadGridView control.
- AddColumn(RadGridView, string, string, string, string, string)
Adds a new column to the RadGridView control.
- AddColumn(RadGridView, string, string, string, string, string, int)
Adds a new column to the RadGridView control.
- SetDefaultFilterOperator(RadGridView, FilterOperator, params string[])
Sets the default filter operator for the specified columns in the RadGridView control.
- SetDefaultFilterOperatorAsContains(RadGridView, params string[])
Sets the default filter operator to "Contains" for the specified columns in the RadGridView control.
- SetDefaultFilterOperator<T>(RadGridView, FilterOperator, params Expression<Func<T, object>>[])
Sets the default filter operator for the specified columns in the RadGridView control.
- WithMemberPath<T>(GridViewBoundColumnBase, Expression<Func<T, object>>)
Sets the filter member path and sort member path of the column based on the specified filter member path expression.
- WithMemberPath<T>(T, string)
Sets the filter member path and sort member path of the column to the specified value.
- WithNoFiltering<T>(T)
Sets the column to be not filterable.
- WithSortMemberPath<T>(GridViewBoundColumnBase, Expression<Func<T, object>>)
Sets the sort member path of the column based on the specified filter member path expression.
- WithSortMemberPath<T>(T, string)
Sets the sort member path of the column to the specified filter member path.
- WithTextWrapAndWidth<TColumnType>(TColumnType, double)
Sets the text wrapping and width for the specified GridViewColumn.