Hi
I am using UltraWebGrid and would like to set the Columns to the widht of the grid. My column count changes based on the selection.
Please advice me on this.
Thanks
Hello chevuwt,
Let me know if you have additional questions.
In this scenario you have two options – to set the columns widths in percent values or to resize the grid based on the size of the columns present.
In the second scenario you can use grid object and “resize” function to set the new size of the grid - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/WebGrid_Object_CSOM.html
Example can be found in the following thread - http://community.infragistics.com/forums/p/5257/23799.aspx#23799
Inform me if you have additional questions.