Click or drag to resize
KaxListViewOverrideDataSourceControlSorting Property
Gets or sets a value indicating if the KaxListView should override the default DataSourceControl sorting with its native sorting.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public virtual bool OverrideDataSourceControlSorting { get; set; }

Property Value

Type: Boolean
Remarks
You can set this to true in case of ObjectDataSource with IEnumerable data without implemented sorting.
See Also