Formatting Editing Popup Dialogs

Posted by tomas.kucera on 12-Feb-2017 16:30

Hi there,

playing with the Kendo UI Builder and just thinking of how to best format the popup dialogs for editing.

Any idea?

tom.+

All Replies

Posted by egarcia on 13-Feb-2017 08:35

Hello Tom,

I have not looked into this in detail but I wonder if the editable.template property of the Grid is what you are looking for.

docs.telerik.com/.../grid

There is also an old post in the Telerik forums which suggests that you can use kendo.template($("#popup_editor").html() to obtain the template from a HTML element. You should be able to specify the HTML in a custom section HTML file (<project>/src/html/<module-view>/topSection.html).

- www.telerik.com/.../custom-popup-editor-with-additional-fields

I hope this helps.

This thread is closed