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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top