Gridview Column width in Codebehind at runtime
-
Please help me..... I have a Gridview. I have to set column width at runtime in the codebehind. I am using C#. I had a plan to set width in RowDataBound(). But I don't know how to implement this.... Pls help me... urgent
Sunil Nair
-
Please help me..... I have a Gridview. I have to set column width at runtime in the codebehind. I am using C#. I had a plan to set width in RowDataBound(). But I don't know how to implement this.... Pls help me... urgent
Sunil Nair
-
Hi, u can set width at any stage. In page load also when binding grid. gvRaised.Columns[2].ItemStyle.Width = 200;
Thanks, Sun Rays
My Gridview is populating dynamically. I dont know the exact no of coloumns which will come at runtime... I have to set headerrow coloumn width for all columns...
Surya Nair
-
My Gridview is populating dynamically. I dont know the exact no of coloumns which will come at runtime... I have to set headerrow coloumn width for all columns...
Surya Nair