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

LookUpColumn Selected value

1 Answer 71 Views
GridView
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 28 Oct 2008, 09:14 PM
HI:

I've added a LookUpColumn to my gridview at run time, but now, I need to know the column selected value... do you know how can i do this?

Thanks

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 31 Oct 2008, 05:15 PM
Hello David,

Thank you for this question.

If I have understood you correctly, you want to take the value of the RadComboBoxEditor when it is changed. To do so, you should subscribe to the ValueChanged event of the RadComboBoxEditor instance. This instance can be taken in the CellBeginEdit event handler by the ActiveEditor property.

I have attached a sample project to demonstrate this approach. If you have additional questions, feel free to contact me.

Best wishes,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
David
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or