V
Vimalkumar Selvaraj
Guest
Hi Iram, With latest kendo update all icon class is being changed from image to font-icons hence icon classes name being renamed from Kendo Team. As you can see in template "k-plus" changed to "k-i-expand" . Kendo attach click handler based on this css class name. Unfortunately these changes are something we can't control from Rollbase side since this was handled from different team. What I can suggest is instead of using "rowTemplate" for Grid I would recommend you to use column Template for your Grid. You can define template for columns that you need customization. And you can define "detailsTemplate" for your detailsView. This way you don't need to worry about kendo upgrade See below documentation links for more details, docs.telerik.com/.../grid demos.telerik.com/.../detailtemplate Thanks, Vimal.
Continue reading...
Continue reading...