D DotNetJunkies User May 26, 2004 #1 why does my datagrid allow user to sort when allowsorting property is set to false
C ClayB [Syncfusion] May 26, 2004 #2 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 Click to expand... engine supports Post Alerts, Ratings, and Searching.
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 Click to expand... engine supports Post Alerts, Ratings, and Searching.
T Tim Wilson May 26, 2004 #3 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 Click to expand... 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 Click to expand... engine supports Post Alerts, Ratings, and Searching.