C# (CSharp) Serenity SlickGrid.SetSortColumns - 2 примера найдено. Это лучшие примеры C# (CSharp) кода для Serenity.SlickGrid.SetSortColumns, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
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