S
Sri Harsha
Guest
Hi Husam Ceceli, Rollbase portal pages does not use the kendo framework yet. So, those pages do not have the references for the necessary JS/CSS resources that are used to by the kendo widgets. If those are properly added, you need not manually remove the other JS/CSS files like you said above. So, with workarounds you were able to render a kendo grid in a portal page and seeing some issue or you were not able to see the grid at all ? Below is what i have quickly tried. 1. Create a portal 2. Add the below content to the Header-And-Footer of the portal. this will add the necessary CSS and JS files that are used by the kendo widgets 3. Create a generic page. 4. Add a HTML component and write a simple div element. 5. Add a script component and write a script that executes on document.ready ($(document).ready(function () { ... })) inside the document ready function, initialzie the kendo grid. With the above steps i was able to create a kendo grid inside a Rollbase portal page. (screenshot below) Does this help you. Please let us know if you need anything. Regards, Harsha.
Continue reading...
Continue reading...