DataGrid Allow Sorting?

  • Thread starter Thread starter Strahimir Antoljak
  • Start date Start date
S

Strahimir Antoljak

Anyone can help me with Allow Sorting property of DataGrid. I am trying to
set the DataGrid.AllowSorting = False and it does not take any effect,
neither in the properties window (design mode) nor programmatically. What do
I do wrong? How can I prevent sorting for a DataGrid?

Thanks,
 
Hi Strahimir,

Do you maybe use a datagridtablestyle and if yes, did you set the
allowsorting in that to false?

I hope this was it?

Cor
 
Back
Top