Hi there. Here is what I want to achieve:
I have RadGridView, let's call it gridView, with two columns - first contains ordinary text (GridViewDataColumn), second is a GridViewComboBoxColumn. Each row consist of property (first column) and possible values (displayed in comboBox in second column) which vary for each property. For example:
Property: border
Possible values: solid, dash
Property: font-family
Possible values: arial, times new roman
The problem is that I can set data source for whole column but not for individual ComboBoxes - or at least I don't know these controls good enough.
Data is bound correctly, but the only thing missing is separate data source for each comboBox. How to achieve that?
I'm using Silverlight 4, Telerik controls Q1 2010 SP2