Adding a column at design time

  • Thread starter Thread starter jy836
  • Start date Start date
J

jy836

How can I add a column to a DataGrid at design time? (It will not be bound
to any DataTable or anything else, but it will be in the middle of other
columns that are. The headers of the columns that are bound to the DataTable
already appear at design time, but I can't figure out how to add new unbound
columns.)

Thanks for your help! :-)
 
Back
Top