GridViewTemplate childTmpt = new GridViewTemplate();
I want to set childTmpt column width as 100% as in that i want to show 30 columns with full width and this is childgrid.
rgdView.MasterGridViewTemplate.ChildGridViewTemplates.Add(childTmpt);
I dont' want to use childTmpt.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill; property
is there any way to set column width 100%.
Thanks in advance.
Please reply me.
I want to set childTmpt column width as 100% as in that i want to show 30 columns with full width and this is childgrid.
rgdView.MasterGridViewTemplate.ChildGridViewTemplates.Add(childTmpt);
I dont' want to use childTmpt.AutoSizeColumnsMode = GridViewAutoSizeColumnsMode.Fill; property
is there any way to set column width 100%.
Thanks in advance.
Please reply me.