or
Dim
startdate
As
New
PropertyStoreItem(
GetType
(RadTimePicker),
"Start date"
, DateTime.Now,
""
,
"Dates"
,
False
)
comboSubStructure.SelectedValue = comboSubStructure.EditorControl.Rows[i].Cells[1].Value.ToString();
comboSubStructure.Text = comboSubStructure.EditorControl.Rows[i].Cells[3].Value.ToString();