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

Reordering columns doesn't follow horizontal scrolling

6 Answers 156 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Aaron
Top achievements
Rank 1
Aaron asked on 15 Jan 2013, 05:32 PM
When a user wants to reorder a column and there's horizontal scrolling, the scrolling won't trigger while dragging. The user has to drop the column, manually scroll, pick up the column, drag, drop the column, manually scroll, ... repeat until target location is in view.

Is there a way around this?

6 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 16 Jan 2013, 11:35 AM
Hi,

This feature is in our todo list but currently I cannot offer a solution for this scenario.

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Dimitrina
Telerik team
answered on 16 Jan 2013, 11:48 AM
Hi,

Actually I found a possible workaround, but it seems to work only when I drag the column header on the level of the rows, not the level of the columns. Still, you can try using it. To check it please add those settings for the RadGridView:

<telerik:RadGridView Grid.Row="0"
    ...
    telerik:ScrollingSettingsBehavior.IsEnabled="True"
    telerik:ScrollingSettingsBehavior.ScrollAreaPadding="30"
    telerik:ScrollingSettingsBehavior.ScrollStep="24"
    telerik:ScrollingSettingsBehavior.ScrollStepTime="00:00:00.05">
  All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Aaron
Top achievements
Rank 1
answered on 16 Jan 2013, 06:32 PM
Thanks for the temporary fix. This technically allows the desired functionality just not in the most user-friendly way. Hopefully this gets provided soon.
0
Dimitrina
Telerik team
answered on 17 Jan 2013, 08:39 AM
Hi,

Currently this is our official suggestion. I can also suggest you to check this forum thread on how to implement your AutoScrollBehaviour and check if it fits better.

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Paolo
Top achievements
Rank 1
answered on 22 Oct 2014, 02:18 PM
Hi all,

any news about this issue? The provided workaround seems not work in our scenario...
Thanks
0
Yordanka
Telerik team
answered on 24 Oct 2014, 08:14 AM
Hi Paolo,

You can find a working solution in the attached file. The project uses latest internal binaries - version 2014.2.1006.

Regards,
Yordanka
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
GridView
Asked by
Aaron
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Aaron
Top achievements
Rank 1
Paolo
Top achievements
Rank 1
Yordanka
Telerik team
Share this question
or