i have a datagrid that is getting it's dataset from a mysql database. is
there a way to change the header label and a way to set each columns width
before it is displayed? there are 4 columns being displayed and i need to be
able to rename 2 of the columns and set the width of them too.
thanx in advance
Ken Tucker [MVP] - 29 Dec 2004 22:40 GMT
Hi,
Add a tablestyle to your data grid.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html
/wnf_custdatagrid.asp
Ken
-------------
i have a datagrid that is getting it's dataset from a mysql database. is
there a way to change the header label and a way to set each columns width
before it is displayed? there are 4 columns being displayed and i need to
be
able to rename 2 of the columns and set the width of them too.
thanx in advance