Serenity SlickGrid.SetSortColumns in C# (CSharp): 2 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Serenity.SlickGrid.SetSortColumns, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
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