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

Scrolling kendo ui grid

3 Answers 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
DTA
Top achievements
Rank 1
DTA asked on 12 Jul 2015, 02:19 PM

Hi

I'm usig with kendo ui grid with virtual scroll and sever paging configuration, in my solution there are a lot of grids that i create from one query,Each grid had been created from a defined directive, these grids holds by vertical main scroll container.

<-HERE IS THE SCROLL PROBLEM->

Grids that created with vertical scroll  keep the event scroll to be manage over page while grid without vertical scroll preventing

the main scrolling event.to work while the focus still in the grid.(see the attacment image).

Is it common problem or a bug ?

please advise  

thanks  

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 15 Jul 2015, 07:59 AM
Hello,

If I understand you correctly, you have a non-scrollable Grid, which prevents scrolling of the page. If the Grid is focused, keyboard navigation is enabled, and the arrow keys are used, then this behavior is expected. You will experience the same behavior with a plain textbox. You need to tab out of the Grid and then the arrow keys will start scrolling the page.

Non-scrollable Grids do not prevent page scrolling with the mouse wheel.

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
DTA
Top achievements
Rank 1
answered on 21 Jul 2015, 11:39 AM

Hi

Let me express the problem in other words.

I have one main scroll thats holds two grids,these grids configure with virtual configuration. ( scrollable: { virtual: true} )

when I reach the end of the scroll in ​first grid, I ​am not able to scroll with the next grid that it sits within.

The virtual configuration inside the grid is  preventing the global scrolling event.(see in your portal demos 

http://demos.telerik.com/kendo-ui/grid/virtualization-local-data)​

thanks.

 

0
Dimo
Telerik team
answered on 23 Jul 2015, 11:19 AM
Hello,

This issue is now fixed and changes will take effect in the next Kendo UI builds.

Regards,
Dimo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
DTA
Top achievements
Rank 1
Answers by
Dimo
Telerik team
DTA
Top achievements
Rank 1
Share this question
or