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

[Solved] GridViewComboBoxColumn WCF

1 Answer 96 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mesut
Top achievements
Rank 1
Mesut asked on 08 Aug 2011, 01:04 PM
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?

1 Answer, 1 is accepted

Sort by
0
Mesut
Top achievements
Rank 1
answered on 08 Aug 2011, 02:04 PM
I'm sorry my mistake. DataFormComboBoxField have not Service property this property added by ourselves.

Sorry.
Tags
GridView
Asked by
Mesut
Top achievements
Rank 1
Answers by
Mesut
Top achievements
Rank 1
Share this question
or