Kendo.Mvc.UI.Fluent.DataSourceGroupDescriptorFactory
Defines the fluent interface for configuring group.
Methods
Add(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specifies the member by which the data should be grouped.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
Add(System.String)
Specifies the member by which the data should be grouped.
Parameters
memberName System.String
Member name
Add(System.String,System.ComponentModel.ListSortDirection,System.String)
Specifies the member by which the data should be grouped.
Parameters
memberName System.String
Member type
sortDirection System.ComponentModel.ListSortDirection
Sort order
sortCompare System.String
The name of the JS handler that is used for sorting the groups.
AddDescending(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specifies the member by which the data should be sorted in descending order and grouped.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
AddDescending(System.String)
Specifies the member by which the data should be sorted in descending order and grouped.
Parameters
memberName System.String
Member name