Ichiro Satoshi
Ichiro Satoshi

Reputation: 301

custom edit template telerik mvc grid

I use telerik mvc grid and pop up edit template. But I've no idea when I want to custom my edit template. telerik bind all field on my model to it's edit template automatically.

so, how can I change the edit template, such as it's layout, or I want to change textbox to dropdownlist ?

Upvotes: 0

Views: 7439

Answers (1)

Atanas Korchev
Atanas Korchev

Reputation: 30671

You need to create an editor template for your model. Brad Wilson has explained this nicely in a blog post (which is part of a series). There is also a code library project which shows a working implementation of a custom popup editor form.

Upvotes: 5

Related Questions