or
For i As Int16 = 0 To 5
Dim citem As New RadCheckBoxElement
citem.Text = "Text"
citem.BackColor = Color.Blue
'set backcolor to blue, but nothing happens
RadComboBox1.Items.Add(citem)
Next
Hello,
In my grid view I have two GridViewComboBoxColumn that I want them to be cascade . Basically in need to set each cell in the depending column with different data source but I see that all I can to is to set the data source to the column itself. In this case I can’t see the values of the other rows.
I tried to work on the editor of each cell but its mark as RadDropDownListEditor that I cant chant it data source.
I'm using Q3 version in win forms
Thanks’