I am currently using a DATAGRIDVIEW...
I have several "configuration" tables, basically tables that hold lists like customer type, activity type, etc. and each table could have additional attributes (like checkboxes) for each item in the table.
Instead of making a form for each table, I have 1 form, with a dropdown the user can click on to edit each of the table lists.
I have everything working well, except in the grid, the column headers display the column names. Is there anyway of telling the datagridview (or I also have componentOne grids) to use the column descriptions in the table instead o the column name?
I know I could set it in code, but once I have a lot of tables, I run the risk of coding errors, etc. I am NOT using stored procedures at this point.
Thanks,
Chris
~~ Chris ~~
I have several "configuration" tables, basically tables that hold lists like customer type, activity type, etc. and each table could have additional attributes (like checkboxes) for each item in the table.
Instead of making a form for each table, I have 1 form, with a dropdown the user can click on to edit each of the table lists.
I have everything working well, except in the grid, the column headers display the column names. Is there anyway of telling the datagridview (or I also have componentOne grids) to use the column descriptions in the table instead o the column name?
I know I could set it in code, but once I have a lot of tables, I run the risk of coding errors, etc. I am NOT using stored procedures at this point.
Thanks,
Chris
~~ Chris ~~