views:

166

answers:

2

Hello Friends,

I have a telerik Grid, with two columns I need to keep Second column as Dropdown list box with in the grid, I am using Asp.net mvc Control

Can any body tell me how to do this?

thanks

+1  A: 

You can set the template of the column to embed arbitrary HTML. If using Ajax binding - try the client template. The following online examples will be helpful:

  1. Server templates
  2. Client templates
korchev
A: 

I really can't get dropdown in Display Mode for Ajax binding, although in Edit Mode it works fine. What could I miss?

Rafael