I am using Telerik Grid / Popup editing. When the user clicks the Add New Record/Edit button, he/she needs to see a form with several fields that are not from the grid. How can that be done?
In other words, the form needs to be customized.
For Example:
My grid contains the following columns:
1) name
2) phone
3) fax
But the popup should contain:
1) email
2) address
3) state.
I am using Telerik MVC with razor and C#.