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

virtual scrolling and editable mutually exclusive?

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
RainerAtSpirit
Top achievements
Rank 1
RainerAtSpirit asked on 16 Apr 2012, 09:35 AM
Hey there,

While working on a CRUD demo using OpenAccess as Odata producer and KendoUI I'm facing with an issue with the command columns when virtual scrolling is enabled.
Virtual scrolling is working as expected in Firefox without the command columns: http://openaccess.spirit.de/.

Once the comand columns are enabled http://openaccess.spirit.de/?ReadWrite=1 it's no longer possible to use the scroll bar. 

My guess is that the larger row height is causing this, but I haven't found time yet to dig deeper into it.

Thanks,

Rainer

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 18 Apr 2012, 08:25 AM
Hi,

I suspect that your case have hit the FireFox's limit for the total height of a DOM element. You may consider either constraining the number of total loaded items in the grid or making rows smaller, for example by decreasing the font size. 

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