Datagrid Colunm Header
-
How to change Datagrid Header Text through programming in C#.net. and how to set colunm width and height. How to format date in datagrid column. and I want to highlight row where cell fee value = 0;
|Muhamad Waqas Butt| waqasb4all@yahoo.com www.sktech.freewebspace.com
-
How to change Datagrid Header Text through programming in C#.net. and how to set colunm width and height. How to format date in datagrid column. and I want to highlight row where cell fee value = 0;
|Muhamad Waqas Butt| waqasb4all@yahoo.com www.sktech.freewebspace.com
-
How to change Datagrid Header Text through programming in C#.net. and how to set colunm width and height. How to format date in datagrid column. and I want to highlight row where cell fee value = 0;
|Muhamad Waqas Butt| waqasb4all@yahoo.com www.sktech.freewebspace.com
I think u want to set the header text of column. any ways here is the solution. DataGrid.Column[Column Index].HeaderText = "ColumnName"; gv.Columns[1].HeaderStyle.Width=300; //this is in pixels. and let me know what kind of formating do u want and the last one i can't understand u want to ask. Regards, Arslan
-
I think u want to set the header text of column. any ways here is the solution. DataGrid.Column[Column Index].HeaderText = "ColumnName"; gv.Columns[1].HeaderStyle.Width=300; //this is in pixels. and let me know what kind of formating do u want and the last one i can't understand u want to ask. Regards, Arslan
You can set
DataFormatString="{0:d}"