AD
Administrator
Syncfusion Team
December 11, 2003 10:13 PM UTC
Currently, you have to do this with handling the QueryColWidths event (in the GridDataBoundGrid, this event is in the grid.Model class).
Here is a link discussing how to fill the client area by making the right column wide enough to do so. You could also set all the columns widths to 1/n times the clientwidth to equally size every column.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=2699
AD
Administrator
Syncfusion Team
December 12, 2003 02:02 PM UTC
thanks
>Currently, you have to do this with handling the QueryColWidths event (in the GridDataBoundGrid, this event is in the grid.Model class).
>
>Here is a link discussing how to fill the client area by making the right column wide enough to do so. You could also set all the columns widths to 1/n times the clientwidth to equally size every column.
>
>http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=2699