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
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
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:
I really can't get dropdown in Display Mode for Ajax binding, although in Edit Mode it works fine. What could I miss?