I am using Kendo Grid for Edit,Update,Delete user Informations.
I want to use different templates for edit and create opetation.
Currently:
With this i created a view file(name is EditPerson.cshtml) under "EditorTemplates" folder.
i want to use another template for Create Operations.How can i do it?
I want to use different templates for edit and create opetation.
Currently:
.TemplateName("EditPerson"))
With this i created a view file(name is EditPerson.cshtml) under "EditorTemplates" folder.
i want to use another template for Create Operations.How can i do it?