Hello,
I have a problem in my grid widget. In fact, I would like to know how change in a grid the default form which run with edit button (generated by the edit command), to a custom form.
I have tried to customize this by editable field with the template function, but where the template is store in an external file. Is it possible to addres this file in the template function ?
example : editable: {
mode: "popup",
template: kendo.template($("../../Views/Materiel/#popup-editor").html())
}
Best regards,
Kevin Quinton
I have a problem in my grid widget. In fact, I would like to know how change in a grid the default form which run with edit button (generated by the edit command), to a custom form.
I have tried to customize this by editable field with the template function, but where the template is store in an external file. Is it possible to addres this file in the template function ?
example : editable: {
mode: "popup",
template: kendo.template($("../../Views/Materiel/#popup-editor").html())
}
Best regards,
Kevin Quinton