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

Kendo Grid scrollable: virtual: false

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ahmet
Top achievements
Rank 1
Ahmet asked on 16 Nov 2016, 11:45 AM
Hi,  How to set  Kendo Grid scrollable: virtual: false with javascript after grid databound successfull, i tried that  $("#grid").kendoGrid({scrollable: {virtual: false},});  but it is not working. I want to change it dynamically. Please Help.

1 Answer, 1 is accepted

Sort by
0
Stephen
Top achievements
Rank 2
answered on 16 Nov 2016, 08:59 PM

Config options generally can't be changed after the grid has been initialized.  You will have to destroy the grid and recreate it with the new set of config options.

 

What are you trying to do where you need virtual scrolling on before you have data and then off after you have data?

Tags
General Discussions
Asked by
Ahmet
Top achievements
Rank 1
Answers by
Stephen
Top achievements
Rank 2
Share this question
or