Assuming we have the following grid
<telerik:RadGridView ColumnWidth="*"> <telerik:RadGridView.Columns> <telerik:GridViewDataColumn Header="Coverage" /> <telerik:GridViewDataColumn Header="Deductible" /> <telerik:GridViewDataColumn Width="Auto" Header="Limit" /> </telerik:RadGridView.Columns></telerik:RadGridView>
The Limit column does not expand but the Deductible column is shrunk from the left when we try to resize the Limit column (drag separator b/w Deductible and Limit columns to the left).
The expected behavior is:
1.Limit column should expand
2. Deductible column should shrunk from the right
Thank you,
Jan
