Hi All,
Can someone point me to the right data- attribute for virtual scrolling on a grid?
This is a the configuration option on the GRID
scrollable.virtual Boolean(default: false)
I have tried the following.
data-scrollable = "virtual"
data-scrollable-virtual="true"
data-scrollable = "virtual = true"
None of these work. I would like virtual scrolling, but if not supported using data- attributes then can I modify the grid once it is initialized?
I tested it by making sure the page count was less then the number of items in odata results set. Fiddler shows the first request being send with the correct top value.
Thanks for any help.
Regards
Richard...
Can someone point me to the right data- attribute for virtual scrolling on a grid?
This is a the configuration option on the GRID
scrollable.virtual Boolean(default: false)
I have tried the following.
data-scrollable = "virtual"
data-scrollable-virtual="true"
data-scrollable = "virtual = true"
None of these work. I would like virtual scrolling, but if not supported using data- attributes then can I modify the grid once it is initialized?
I tested it by making sure the page count was less then the number of items in odata results set. Fiddler shows the first request being send with the correct top value.
Thanks for any help.
Regards
Richard...