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

[Solved] Column resize not available after a column reorder

1 Answer 115 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.
Ian McCarty
Top achievements
Rank 1
Ian McCarty asked on 12 Nov 2010, 12:43 AM
I have noticed that column resizing isn't available for columns that have been reordered. If I move the column back to the original position it can once again be resized.

Repo:
1. Grid with a random number of columns.
2. Resize column X (success).
3. Reorder column X to a random location.
4. Resize operation isn't available for column X. The other (unordered) columns are unaffected and can be resized.
5. Reorder column X back to original position.
6. Resize column X (success). Doesn't affect other columns which can still be resized.

Telerik MVC 2010.3.1110.235

Server binding:
  .Groupable()
.Sortable()
.Scrollable(scrolling => scrolling.Height(500))
.Resizable(resizing => resizing.Columns(true))
.Pageable(paging => paging.PageSize(50))
.Reorderable(reorder => reorder.Columns(true))
.Filterable()
.Render(); Thanks, Ian.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 12 Nov 2010, 04:34 PM
Hello Ian McCarty,

 I was able to reproduce this problem. A new internal build addressing this and other problems will be available shortly.

Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Ian McCarty
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or