Table of Contents

Class ExtensionMethods

Namespace
Innova.Prism.Telerik.Controls
Assembly
Innova.Prism.Telerik.dll
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.

AddCheckBoxColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, Expression<Func<T, object>>, Expression<Func<TResult, object>>)
AddCheckBoxColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, Expression<Func<TResult, object>>)
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.

AddColumn<T>(RadGridView, Expression<Func<T, object>>, Expression<Func<T, object>>)
AddColumn<T>(RadGridView, Expression<Func<T, object>>, string, string, Type, Expression<Func<T, object>>)
AddColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, Expression<Func<T, object>>, Expression<Func<TResult, object>>)
AddColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, Expression<Func<TResult, object>>)
AddColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, string, Expression<Func<TResult, object>>)
AddColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, string, string, Expression<Func<TResult, object>>)
AddComboBoxColumn<T, ComboDataType>(RadGridView, Expression<Func<T, object>>, string, Expression<Func<ComboDataType, object>>, Expression<Func<ComboDataType, object>>)
AddImageColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, Expression<Func<T, object>>, Expression<Func<TResult, object>>)
AddLinkButtonColumn<T, TResult>(RadGridView, Expression<Func<T, object>>, Expression<Func<TResult, object>>, string)
AsCurrency(GridViewBoundColumnBase)
GetColumn<T>(RadGridView, Expression<Func<T, object>>)
GetFilters(IFilterDescriptor)
WithAlignment(GridViewBoundColumnBase, TextAlignment)
WithBinding(GridViewBoundColumnBase, Binding)
WithDataFormatString(GridViewBoundColumnBase, string)
WithHeaderName(GridViewBoundColumnBase, string)
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.

WithNoSorting(GridViewBoundColumnBase)
WithReadOnly<T>(T, bool)
WithSortAndFilterPath(GridViewColumn, string)
WithSortAndFilterPath<T>(GridViewColumn, Expression<Func<T, object>>)
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.