V
Vimalkumar Selvaraj
Guest
Hi, Unfortunately platform doesn't support this out of the box. However you can achieve this by using our client Side Ajax API's and kendo API's to build on your own. Rollbase client side API's allows to query your Object Data and construct your own version of Kendo Grid using this data. Ideally this works as local data Source to your Kendo Grid and you can configure sorting, filter and grouping on this data by using Kendo API's. Attached sample Application xml which demonstrates how you can achieve multiple grouping by using our client side API (rbf_selectQuery()) and Kendo API's . Added new tab with custom script component where I have logic written to achieve this feature. Attached screenshot also for your reference. Follow below links for more details how you can do this, Rollbase: http://documentation.progress.com/output/rb/doc/#page/rb%2Frbf-selectquery().html Kendo: http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-groupable http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#configuration-sort (Please visit the site to view this file) Hope this helps, Thanks, Vimal.
Continue reading...
Continue reading...