datagrid sort

  • Thread starter Thread starter DotNetJunkies User
  • Start date Start date
D

DotNetJunkies User

why does my datagrid allow user to sort when allowsorting property is set to false
 
Are you using a DataGridTableStyle with your DataGrid? If so, it has an
AllowSorting property and this may be stepping on the DataGrid.AllowSorting
property.

==========================
Clay Burch, .NET MVP

Visit www.syncfusion.com for the coolest tools


DotNetJunkies User said:
why does my datagrid allow user to sort when allowsorting property is set to false
engine supports Post Alerts, Ratings, and Searching.
 
Are you using a DataGridTableStyle? If so then set the AllowSorting property
on this object to False.

--
Tim Wilson
..Net Compact Framework MVP
{cf147fdf-893d-4a88-b258-22f68a3dbc6a}
DotNetJunkies User said:
why does my datagrid allow user to sort when allowsorting property is set to false
engine supports Post Alerts, Ratings, and Searching.
 
Back
Top