DataTable Column Width
-
Hi guys, I'm using DataTable, DataRow, and DataColumn on my DataGrid, and i wonder how can i programmatically set the width of a certain column on my grid. Any code on workin on these three?(Data/Table,Row,Column) to set the width of a certain column? Thanks in advance...
-::maximus::-
-
Hi guys, I'm using DataTable, DataRow, and DataColumn on my DataGrid, and i wonder how can i programmatically set the width of a certain column on my grid. Any code on workin on these three?(Data/Table,Row,Column) to set the width of a certain column? Thanks in advance...
-::maximus::-
A datatable is a construct that contains data, NOT formatting information. You set the widths on your DataGrid itself. Are you using it in ASP.NET, or in Winforms ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog