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

Horizontal click scrolls too far on grid with frozen columns

3 Answers 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
danparker276
Top achievements
Rank 2
danparker276 asked on 17 Mar 2014, 10:27 PM
When I click on the empty space on the scroll bar on a grid that has frozen columns, it scrolls too far, so you skip some columns every time you click-scroll.  I think it's skipping the width of the frozen columns.  

3 Answers, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 18 Mar 2014, 08:30 AM
Hello Dan,

Indeed, this is the expected behaviour of RadGridView. For example it will be the same as using MS DataGrid. However, you can try to manually bring into view a specific column using the ScrollIntoViewAsync method. Please, check this help article for a reference.

Regards,
Yoan
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
0
danparker276
Top achievements
Rank 2
answered on 18 Mar 2014, 04:39 PM
It's not the way excel works though.  My users are going to be clicking the horizontal page to view things one horizontal page at a time.  I'm going to have to capture that click then calculate how many columns are shown at the current width of the grid and then move it manually.  Is this something you could have built into it for the future?
0
Yoan
Telerik team
answered on 21 Mar 2014, 01:13 PM
Hi Dan,

Thank you for your feedback. I will raise this question on our next planning meeting. 

Regards,
Yoan
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
GridView
Asked by
danparker276
Top achievements
Rank 2
Answers by
Yoan
Telerik team
danparker276
Top achievements
Rank 2
Share this question
or