change the column name of Datagrid
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How to change the column name of Datagrid from the default column name of the database to any other. Let say, the column name in the database in "Emp_name", and I want to change it on the datagrid to show as "Employee Name" Suman Singh
-
How to change the column name of Datagrid from the default column name of the database to any other. Let say, the column name in the database in "Emp_name", and I want to change it on the datagrid to show as "Employee Name" Suman Singh
You will need to instantiate a DataGridTableStyle. DataGridTableStyle supports properties such column width, name....