Hello sandy pochiraju,
To have the ComboBox column ready for action you need to set the following properties:
1.
ItemsSource /fills the combo with items/
2.
DisplayMemerPath /tells the combo which property of the item to display/
3.
SelectedValueMemberPath / tells the combo which property to store after selection/
4.
DataMemberBinding /tells the column which property from the RadGridView.ItemsSource to use/
If you wonder how to set these, please have a look
here.
In case you still have troubles I will be glad too have a look at your source and make the necessary adjustments.
*Also please note that the ComboBox will appear only when the cell is in edit mode e.g. the user clicks within a cell to start editing. When not in edit mode the cell will display just a textblock with the selected value.
All the best,
Pavel Pavlov
the Telerik team