We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add KendoGridHeaderSortOrder enum with values: None, Ascending and Descending.
KendoGridHeaderSortOrder
None
Ascending
Descending
Add KendoGridHeader<TOwner> control inherited from TableHeader<TOwner> with members:
KendoGridHeader<TOwner>
TableHeader<TOwner>
public Text<TOwner> Text { get; } public DataProvider<KendoGridHeaderSortOrder, TOwner> SortOrder { get; } public TOwner SortAscending(); public TOwner SortDescending(); TOwner Sort(KendoGridHeaderSortOrder sortOrder);
Update KendoGrid classes to use KendoGridHeader<TOwner> by default as column header type.
KendoGrid
The text was updated successfully, but these errors were encountered:
#56 Add column header sorting to KendoGrid
378abc5
YevgeniyShunevych
No branches or pull requests
Add
KendoGridHeaderSortOrder
enum with values:None
,Ascending
andDescending
.Add
KendoGridHeader<TOwner>
control inherited fromTableHeader<TOwner>
with members:Update
KendoGrid
classes to useKendoGridHeader<TOwner>
by default as column header type.The text was updated successfully, but these errors were encountered: