Customizing the properties of a datagrid
Is it possible to arrange the columns in a datagrid? For instance I have a time entry form where time is entered into a database.
There is a datagrid at the bottom of the form that shows the newly entered data. Since I am creating a weekly time sheet entry program I would like the data in the datagrid to appear the same way it does in the form.
For instance the form has these fields in this order
[EmployeeNumber], [JobNumber], [PhaseCode], [Mon], [Tue], etc.
I am not sure how the datagrid chooses its column order but it looks random to me. Is there a way for me to control this?