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

updating hierarchical data with a combo box

1 Answer 39 Views
Grid
This is a migrated thread and some comments may be shown as answers.
A K
Top achievements
Rank 1
A K asked on 09 Aug 2010, 01:26 PM

I am trying your  example given (http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/threelevel/defaultcs.aspx)  for updating and inserting hierarchical data.

For one of the columns for inserting and updating I want to show a combo box ( with Id and text).  That column I want to bound to Text value to display in the grid.

How do I do this?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Aug 2010, 01:58 PM
Hello,

One option is you can use GridDropDownColumnn, which displays a drop-down control in edit/insert mode. Or add RadComboBox inside EditItemtemplate of GridTemplateColumn.

Please refer the following documentation for more details on GridDropDownColumn and GridTemplateColumn
Column types

Thanks,
Princy.
Tags
Grid
Asked by
A K
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or