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
 

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