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
 

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