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

[Solved] Drop down box when editing a row in data grid

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
xx xx
Top achievements
Rank 1
xx xx asked on 04 Mar 2010, 01:44 PM
This has me stumped.  This is so easy to do with the defacto microsoft data grid control:


But I can't figure out how to do the same thing with Radgrid.  This has got to be so simple....


1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Mar 2010, 08:01 AM
Hello,

You could use GridDropDownColumn for this purpose. When in browser mode, GridDropDownColumn looks and behaves like a standard GridBoundColumn and when in edit mode, it displays adrop-down control for each edited cell in the column.

Checkout the GridDropDownColumn part in the following documentation.

Also this is demonstrated here: Column Types (Demo)

Regards,
Shinu.
Tags
Grid
Asked by
xx xx
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or