2016-09-22 36 views

回答

0

要禁用Combobox,可以使用enabled和disabled屬性。

選擇默認值,你可以使用下列內容:

RadComboBoxItem item = ddl.FindItemByText(text of your default item here); 
item.Selected = true