This question is locked. New answers and comments are not allowed.
I have RadGridView and one column is Combobox. I want to get items of this combobox via WCF service. But I can't.
I read
http://www.telerik.com/help/silverlight/radgridview-columns-column-types-combobox-column.html
and also
http://www.telerik.com/help/silverlight/radcombobox-populating-with-data-binding-to-wcf.html
but still I could not reach what I want.
RadDataForm's DataFormComboBoxField does exacly my need. It gets WCF service with "Service" parameter and lists Items of service result.
I don't want to write any code to code behind. DataFormComboBoxField handles it in xaml so why not GridViewComboBoxColumn can't?
I read
http://www.telerik.com/help/silverlight/radgridview-columns-column-types-combobox-column.html
and also
http://www.telerik.com/help/silverlight/radcombobox-populating-with-data-binding-to-wcf.html
but still I could not reach what I want.
RadDataForm's DataFormComboBoxField does exacly my need. It gets WCF service with "Service" parameter and lists Items of service result.
I don't want to write any code to code behind. DataFormComboBoxField handles it in xaml so why not GridViewComboBoxColumn can't?