C# (CSharp) Serenity SlickGrid.SetSortColumns - 2 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die Serenity.SlickGrid.SetSortColumns, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
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