1 write to OrderGroupsBy
System.Web.Extensions (1)
UI\WebControls\LinqDataSource.cs (1)
279View.OrderGroupsBy = value;
4 references to OrderGroupsBy
System.Web.Extensions (4)
UI\WebControls\LinqDataSource.cs (1)
276return View.OrderGroupsBy;
UI\WebControls\QueryableDataSourceView.cs (3)
425if (!String.IsNullOrEmpty(OrderGroupsBy)) { 432if (!String.IsNullOrEmpty(OrderGroupsBy)) { 433source = _queryable.OrderBy(source, OrderGroupsBy, context.OrderGroupsByParameters.ToEscapedParameterKeys(_owner));