DataGrid need help

  • Thread starter Thread starter shoa
  • Start date Start date
S

shoa

Hello

I dont want users to sort data in a DataGrid. That means users do not allow
to sort by clicking at any column title to sort. I set "AllowSorting"
property to false but it doesnt work
Could you please help, Thanks
S.H
 
Hi,

If you added a tablestyle to your datagrid set the tablestyles
allowsorting to false instead of the datagrids.

Ken
-----------------
Hello

I dont want users to sort data in a DataGrid. That means users do not allow
to sort by clicking at any column title to sort. I set "AllowSorting"
property to false but it doesnt work
Could you please help, Thanks
S.H
 
Back
Top