Class ExtensionMethods
public static class ExtensionMethods
- Inheritance
-
ExtensionMethods
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.
- 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.