Tuesday, July 19, 2016

External editing from a Kendo UI Grid

I recently had a requirement to edit records in a Kendo UI Grid from an externally available form.

There is some documentation which addresses how to accomplish this: http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/Editing/grid-external-form-editing

But it does not specifically address the ASP.NET MVC Kendo UI controls...

Unfortunately, the Kendo UI Grid does not currently offer this functionality out-of-the-box even though other competitors such as DevExpress DO offer this functionality: http://demos.devexpress.com/MVCxGridViewDemos/Editing/ExternalEditForm

If you want to see the Telerik Kendo UI team also offer this functionality, then I would recommend that you vote for this Kendo UI Feedback item here: http://kendoui-feedback.telerik.com/forums/127393-kendo-ui-feedback/suggestions/15277692-external-editing-for-kendo-ui-grid

No comments:

Post a Comment