I'm really beginner with the Kendo UI and not sure how to implement this.
I want to use a DropDownList to load 50,000 elements. Loading this amount of option doesn't make sense and not performance wise.
I have successfully used the grid and Server-Side paging and this is working very well for large dataset.
I want to do the same with the DropDownList. When I set the PageSize (20), number or records to load per page is limited to that number (very great).
I thoughts that when searching on different names, the DropDownList contronl would automatically re-fetch to retrieved the new values. How the DropDownList should be used for larger dataset? Unfortunately all the examples are either on small dataset or using local JavaScript array.
I guess I need to implement something for don't know how to handle this.
How can I easily keep the selected rows by the user and put back the selection when scrolling back to this page (or when the record is shown because sort could change the order). I would keep the unique Id for each row records but struggling how to easily do that.
I know how to get the raw data but don't know how to do it using the datasource.
Which, at first, does work. But when i'm going to another tabstrip, strange behavior occurs - the other tab completely disappears!
Clearly, this is not the right approach. Is there a programmatic way to hide/show the footer/tabstrip?
I'm using the scroll view like in your example that makes a small gallery.
How can i make that example full screen?
Seems difficut since there are many wrapping divs generated by kendo,
There are divs such as .km-scroll-container, .km-content, #scrollview-container, and another one
generated in between the photo divs and the data-role='scrollview' div, etc...
One of the greatest features of jQuery UI is the ability to create a skin, download it and try it out. Later you can come back and continue with the custom skin you created. This is a big deal and if this could be added to the Theme Builder it would be greatly appreciated. While it would be cool if Kendo UI would run off jQuery UI themes that is not a deal breaker. I am sure working with our designers this will become a big issue without this ability over and over. If you guys could add this ability the designers will help us sell Kendo UI vs having to sell the desingers and the clients over and over.