This is a migrated thread and some comments may be shown as answers.

How to costomize a popup form in Telerik Grid / Popup editing

2 Answers 339 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Victor
Top achievements
Rank 1
Victor asked on 06 May 2015, 06:18 PM

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#. 

2 Answers, 1 is accepted

Sort by
0
Victor
Top achievements
Rank 1
answered on 06 May 2015, 07:21 PM

I was able to find tutorial on this Custom PopUp Editor but I cant get to display the form how does the templateName("something") gets populated?

0
Rosen
Telerik team
answered on 08 May 2015, 08:10 AM

Hello Victor,

The Editable.TemplateName value should be the name of the custom edit template you have created. Here you can find a how-to sample project which demonstrates a custom popup editor template.

Regards,
Rosen
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Grid
Asked by
Victor
Top achievements
Rank 1
Answers by
Victor
Top achievements
Rank 1
Rosen
Telerik team
Share this question
or