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
 
Back
Top