9 Answers, 1 is accepted
There is no such property since it can be different for every row.
All the best,Vlad
the Telerik team

So how can I get the value of the selected value?
Best Regards
Ehud
The recommended approach is MVVM. You just bind the column to desired property of your object and if the object is INotifyPropertyChanged you will get PropertyChange event raised.
Greetings,Vlad
the Telerik team

You can check out this nice blog post which demonstrates not INotifyPropertyChanged is used.
Best wishes,
Milan
the Telerik team

All the properties are INotifiyPropertyChange is implemented.
LocationID is one of the property from Grid's Itemsource.
Region and ID are the properties from ComboBoxColumn's ItemSource.
We got the example from following link:
http://www.telerik.com/help/wpf/gridview-gridviewcomboboxcolumn.html
We are using 2010.1.422.1040 for GridView (SilverLight).
Please give us more details about your exact scenario so that we could provide you with an appropriate solution and sample project if needed. Basically, you can find the "LocationID" for the item you need and afterwards to find the value displayed - "Region" by using a converter.
However, if that does not correspond to your requirements, we would need more information for your application.
Maya
the Telerik team

I had created 2 sample solution files but i cant able to upload it.
twowayboundcombocolumn_NotWorking : In this project i m trying to achieve functionality of twowayboundcombocolumn_Working project with textboxes & buttons in MVVM
Anyway XAML Code for twowayboundcombocolumn_NotWorking is as follows:
XAML Code of project twowayboundcombocolumn_Working (Functionality i m trying to achieve) is as follows:
C# Code for twowayboundcombocolumn_Working is as follows:
Please Share your feedback..

Its working :).
Thanx.