I am using Telerik Rad GridView. In that I had used GridViewComboboxcolumn .Now I want selected value of GridViewComboboxcolumn.
But as there is no property called Selected value for GridViewComboboxcolumn , then how to get selected value? Which event and property I have to use for that?
3 Answers, 1 is accepted
0
Milan
Telerik team
answered on 30 Jun 2010, 08:27 AM
Hello Gauri,
Why would you need to access the SelectedValue of the combo column? Isn't the column bound to a certain property of your data objects - in this case you can get the property from the data items.
Best wishes,
Milan
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Thanks for the reply. I want selected value of combo box because according to the selected value ,I have to call WCF in my application.
So how to get that?
0
Milan
Telerik team
answered on 30 Jun 2010, 08:53 AM
Hi Gauri,
This blog post demonstrates how you can subscribe to the SlectionChanged event of the combo column. You can find the relevant information in step 3 "Ensure the second column reacts immediately on selection changes in the first
combo".
Best wishes,
Milan
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items