[progress Communities] [progress Openedge Abl] Forum Post: Re: [4.5] - Kendo Library Issue?

  • Thread starter Thread starter Vimalkumar Selvaraj
  • Start date Start date
Status
Not open for further replies.
V

Vimalkumar Selvaraj

Guest
Hi Iram, First I want to tell you that this is not Kendo Library issue and you haven't shared entire code ( including template) to debug what is causing trouble. But I am guessing your rowTemplate could be the problem. I am not sure why you used rowTemplate config but when you use row template and you want details view for same Grid your row template should have a " k-master-row " class and first column should be . If you don't add these details you don't see expand/collapse icons and you will not be able to view details , detailsInit code also won't get called.. It is always recommended to use kendo Grid column config to map your json data to Grid column and then if there are any customization require in rendering column you can add a template to individual column. In this case Kendo takes care of adding expand/collapse icons.. Refer this kendo example for Details View implementation. I developed Sample Application to demonstrate how to implement Details View when rowTemplate config is used in kendo Grid. Please find attached sample application and try it at your end . You can find the source code from Page Designer. Sample screenshot: (Please visit the site to view this file) Hope this helps Vimal.

Continue reading...
 
Status
Not open for further replies.
Back
Top