Can we add pagination or lazy loading in ImageBrowser of Kendo Editor?

89 Views Asked by At

I am working with an application where I have thousands of images to load on ImageBrowser of Kendo Editor.

ImageBrowser is getting stuck as having too many images to load, Can we have any option to add pagination or lazy loading in ImageBrowser?

So, I can load only 20 images at a time and other based on request.

Please note that I am fetching images from controller method which returns list of FileBrowserEntry as below.

enter image description here

Thanks in advance...

0

There are 0 best solutions below