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

Getting Selected value of GridViewComboBoxColumn

3 Answers 140 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Gauri
Top achievements
Rank 1
Gauri asked on 30 Jun 2010, 07:57 AM
Hi,
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

Sort by
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
0
Gauri
Top achievements
Rank 1
answered on 30 Jun 2010, 08:31 AM
Hi,
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
Tags
GridView
Asked by
Gauri
Top achievements
Rank 1
Answers by
Milan
Telerik team
Gauri
Top achievements
Rank 1
Share this question
or