[]
Configurates C1.Web.Mvc.CollectionViewService<T>.SortDescriptions. Sets the sort descriptions.
public string OrderBy { get; set; }
A string that contains the field name followed by "ASC" or "asc" (ascending) or "DESC" or "desc" (descending). Fields are sorted ascending by default. Multiple fields can be separated by commas.
<c1-items-sources order-by="State ASC, ZipCode DESC"></c1-felx-grid>