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

Incorrect column resizing position if there is hidden column

3 Answers 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Wicky
Top achievements
Rank 1
Wicky asked on 07 Jan 2012, 08:25 AM
Hi,

I found that resizing was not working properly if there is hidden column (in latest release).

Steps to re-produce the issue:
1) Edit column binding of the Column Resizing demo: 
columns =>
       {
           columns.Bound(x => x.OrderID).Hidden(true);
           columns.Bound(x => x.ContactName);
           columns.Bound(x => x.ShipAddress);
           columns.Bound(x => x.OrderDate);
       }
2) Try to resize columns, the resizing is enabled for all columns, but the position is not correct.
For example, if I try to resize ContactName, the grid actually resizes ShipAddress.

Regards
Wicky

3 Answers, 1 is accepted

Sort by
0
Madhan
Top achievements
Rank 1
answered on 27 Feb 2012, 05:00 PM
Is there any answer for this. Is there is no solution, if we use hidden columns???
0
Wicky
Top achievements
Rank 1
answered on 28 Feb 2012, 02:00 AM
Hi,
The issue has been fixed in 2012 Q1.
Regards
0
Keith
Top achievements
Rank 1
answered on 21 Mar 2013, 04:35 PM
I can confirm that it is not. I am currently stuck using 2012 Q1 (due to customer restrictions) and I am still having this problem. I found another post which claimed to have a fix but their links are dead. So, anyone have a solution?
Tags
Grid
Asked by
Wicky
Top achievements
Rank 1
Answers by
Madhan
Top achievements
Rank 1
Wicky
Top achievements
Rank 1
Keith
Top achievements
Rank 1
Share this question
or