Hello,
The edit event is raised after the edit form creation. Hence you cannot change the edit template on the fly.
Probably the best way to handle your requirement is to use a
custom editor template and control the state of each element part of the template based on the current credential information. In other words, define a custom editor template and allow or disable, hide or show some widgets based on the currently logged user. You can get the credential information on load and use it in directly in the editor template. Here is a
demo, which shows the proposed approach in action.
Regards,
Georgi Krustev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!