Changing Order of DataGrid Columns

  • Thread starter Thread starter nm
  • Start date Start date
N

nm

How can I change the order of DataGrid columns?

I have a Master-Detail relationship and the columns in the datagrid look
like they are lined up in alphabetical order which is not what I want.
 
How can I change the order of DataGrid columns?

Add a DataGridTableStyle to it and then add DataGridColumnStyles in the
order you wish.

Hope that helps,
-JG
 

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