Search code examples
asp.net-mvcteleriktelerik-grid

How to insert drop down list box in a Telerik grid


I have a Telerik Grid, with two columns I need to keep second column as drop-down list box with in the grid, I am using ASP.NET MVC control

Can any body tell me how to do this?


Solution

  • 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