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

Direct Access to DropDownList on GridDropDownColumn

1 Answer 24 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hk
Top achievements
Rank 2
Hk asked on 29 Dec 2008, 08:46 AM
Hi,
I want to access a GridDropDownColumn ddl (DropDownList) not thourh an event as shown in your documentation (for example, onItemCreated event) but directly through the column:
GridDropDownColumn col = (GridDropDownColumn)grid.Columns.FindByUniqueName("myCol"); 
How do I proceed from here?

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 29 Dec 2008, 09:08 AM
Hello Hadar,

Please note that RadGrid creates a DropDownList control for each item. Therefore you can not access it (them) through the column.

Best regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Hk
Top achievements
Rank 2
Answers by
Daniel
Telerik team
Share this question
or