C# (CSharp) Serenity SlickGrid.SetSortColumns - 2 examples found. These are the top rated real world C# (CSharp) examples of Serenity.SlickGrid.SetSortColumns extracted from open source projects. You can rate examples to help us improve the quality of examples.
Accepts an array of objects in the form [ { columnId: [string], sortAsc: [boolean] }, ... ]. When called, this will apply a sort glyph in either ascending or descending form to the header of each column specified in the array. Note that this does not actually sort the column. It only adds the sort glyph to the header