Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi
For some reason scrollbar doesnt work property with virtual: true when a schema.data object is specified. This works fine if the data is flat.
http://jsfiddle.net/9dn1qsoz/
it seems that
dataSource.total() == 0 when data is specified
temporary fix:
dataSource.total = function() { this.data().length; }