Posted 16 Nov 2010 Link to this post
Me
.RadmultiColumnComboBox.SelectedValue = value
Posted 17 Nov 2010 Link to this post
For
Each
row
As
GridViewRowInfo
In
.RadmultiColumnCombo.EditorControl.Rows
If
row.Cells(0).Value.ToString() = value
Then
row.IsCurrent =
True
row.IsSelected =
.ComboVatRates.Text = row.Cells(1).Value.ToString()
End
Next
Posted 05 Mar 2015 in reply to Richard Slade Link to this post
Posted 06 Mar 2015 Link to this post
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.