Hi,
We are using a RadGridview with few rows and few columns and one of the columns is a Combobox (Through Data Template) This Combobox is bound to a list Groups. User has to select a Group per row. We need to save the selected group to a repository through the ViewModel.
What would be the best way to achieve this? We have tried passing the .selecteditem as well the .text but we are unable to pass the Group selected by the user from the combobox. It always appears null.
Appreciate any inputs.
Regards,
Madhu
We are using a RadGridview with few rows and few columns and one of the columns is a Combobox (Through Data Template) This Combobox is bound to a list Groups. User has to select a Group per row. We need to save the selected group to a repository through the ViewModel.
What would be the best way to achieve this? We have tried passing the .selecteditem as well the .text but we are unable to pass the Group selected by the user from the combobox. It always appears null.
Appreciate any inputs.
Regards,
Madhu