Hi,
Is there a way of changing the column width programatically?
//Tommy
Hi Tommy,
you can use this snippet to set the Width of a column:
xwGrid.Columns.DataColumns["ColumnKey"].Width = new ColumnWidth(200.0, false);
where xwGrid is a reference to the xamWebGrid and "ColumnKey" is the key of the column.
You can also take a look at http://help.infragistics.com/Help/NetAdvantage/Silverlight/2009.1/CLR3.5/html/Infragistics.Silverlight.XamWebGrid.v9.1~Infragistics.Silverlight.Controls.ColumnWidth_members.html
I hope that this can help you.
Regards.