RV
Ramesh V
Syncfusion Team
August 23, 2011 08:42 AM UTC
Hi Ramm,
Thanks for your interest in syncfusion products.
We have analyzed your requirements and you can set ColumnSizer in grid loaded event as like the following and also this is working fine in our side.
Code Snippet[C#]:
void grid_Loaded(object sender, RoutedEventArgs e)
{
grid.Model.Options.ColumnSizer = GridControlLengthUnitType.Auto;
}
Please let us know if this helps.
Regards,
Ramesh