E
egarcia
Guest
Hello, The case that you described is not a built-in case in the builder. However, you should be able to implement it using regular Kendo UI functionality. It looks like the "edit" and "delete" buttons in the screenshot are your custom buttons. Perhaps, the key here would be to use the same data source as the grid along with your own logic to do edit and delete. The GridWithFormJFP sample might help to see the implementation for the CRUD: oemobiledemo.progress.com/.../ Source: github.com/.../GridWithFormJFP Related links: Tabs using detail template: demos.telerik.com/.../detailtemplate Popoup window: demos.telerik.com/.../index An alternative would be to use the popup edit mode of the grid and use a template to customize the UI. However, for this you would need to override the properties before the grid is instantiated. The following thread on the Kendo UI forum mentions about using a template with popup editing: www.telerik.com/.../custom-popup-editor-with-additional-fields I hope this helps.
Continue reading...
Continue reading...