views:

17

answers:

0

Hi How to display items in GridViewComboBoxColumn ,when we call WCF from Silverlight?

I try it like below: cbValue.ItemsSource = e.Result; (Note: cbValue is name of GridViewComboBoxColumn)

But it doesnt display the result.