When I click Add New button from Grid then I want to customize the popup. How can I do this?
I also want to rename fields title (i.e., Name to something else, Photo64 to Photo ...). How can I do this?
When I click Add New button from Grid then I want to customize the popup. How can I do this?
I also want to rename fields title (i.e., Name to something else, Photo64 to Photo ...). How can I do this?
You can change title of window by javascript. The example is here how to Change Caption of popup kendo grid by html helper in add window
Telerik kendo grid uses for creating item editor from asp.net mvc. Create editor for User in this folder Views/Shared/EditorTemplates to modify default view.