DataGrid Problem

sunnyjulka

Member
Joined
Sep 12, 2005
Messages
17
Programming Experience
1-3
hi everyone. i have some very simple questions about datagrid (VB.NET). How do we set the columns width.
How do we set the columns Header text. I know we get the default column name from the database but how to show your customised name.

thanks
 
Look at the DataGridTableStyle and DataGridColumnStyle classes for the answer.

Please give future posts more descriptive titles. Most posts to this forum category will have to do with DataGrid Problems. Thanks :).
 
Back
Top