Hi-
I am upgrading to RadControls AJAX from the non-AJAX version, and I find I can't display a non-selectable invitation (e.g. "Select from the following) any more for the RadComboBox. In the previous version, I did this:
However, in the current version this doesn't work, and I see that using an "EmptyMessage" requires that I have "AllowCustomText" set to true, which I don't want in this case.
The reason I want it is because it is a control which does an autopostback---if I have one of the items preselected in it, it won't post back.
Thanks!
-Mike
I am upgrading to RadControls AJAX from the non-AJAX version, and I find I can't display a non-selectable invitation (e.g. "Select from the following) any more for the RadComboBox. In the previous version, I did this:
RadComboBoxItem editItem = new RadComboBoxItem("Select a Country...", "" ) {Visible = false, Enabled = false}; |
However, in the current version this doesn't work, and I see that using an "EmptyMessage" requires that I have "AllowCustomText" set to true, which I don't want in this case.
The reason I want it is because it is a control which does an autopostback---if I have one of the items preselected in it, it won't post back.
Thanks!
-Mike