T
Thierry Ciot
Guest
In general, you can integrate any kendo ui widgets in your app. You do not need to add additional files. The general recipe is to simply go to page designer and add a JavaScript component. In this JS code you will bind an html element to kendo ui and provide a data source. The data source is typically created with data from client side API call(s) - See documentation.progress.com/.../ You have access to eap.rollbase.com. Check the pivot grid example from the marketplace as an example of integrating a complex widget and using client side api. Thierry. PS: For other readers, there is a built-in scheduler in Rollbase (it's called Calendar - and it already leverages the kendo ui scheduler widget). Check it out first before doing custom work. In this post we are assuming there is a need for custom functionalities not provided by the default calendar.
Continue reading...
Continue reading...