This is a migrated thread and some comments may be shown as answers.

Unexpected behavior when resizing columns when one column's Width is Auto

3 Answers 106 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jan Paolo
Top achievements
Rank 1
Jan Paolo asked on 06 Dec 2018, 04:27 PM

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

3 Answers, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 11 Dec 2018, 03:16 PM
Hello Jan,

This is a known issue with the control. You can find it logged in our feedback portal. I am afraid that at this point I cannot suggest you a workaround for this. But if you follow the feedback item you will be notified as soon as there is any change in its status.

Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Jan Paolo
Top achievements
Rank 1
answered on 11 Dec 2018, 03:20 PM

Hello Martin,

Thank you for the response. I've followed the bug report. Are there any immediate plans to include this in the near future?

Thanks,

Jan

0
Martin Ivanov
Telerik team
answered on 12 Dec 2018, 02:40 PM
Hi Jan,

This is not included in the planning for our next release. I would recommend you to check the status of the item from time to time, but at this point I cannot give you any promises for a specific time frame.

Regards,
Martin Ivanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
GridView
Asked by
Jan Paolo
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Jan Paolo
Top achievements
Rank 1
Share this question
or