set column width at design time

how to setting column width at design time in grid data bound? when i use Grid.Model.colwidths[2] = 100; it consumes some time to execute. can you give me some solution on this? thanks

1 Reply

AD Administrator Syncfusion Team July 26, 2004 07:56 AM UTC

Currently, there is not way to do this in our library. If you need this now, you can derived GridBoundColumns and add a width parameter. Here is a forum thread that has a sample. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=10464

Loader.
Up arrow icon