I have a radcombobox and radgrid in the page, the combobox is set to EnableLoadOnDemand and AutoPostBack, EmptyMessage="Please make a selection". when user makes selection, SelectedIndexChanged event fired automatically and populates the radgrid, all worked fine.
now the requirement is that after it populates the radgrid in the SelectedIndexChanged event, I need to reset to radcombobox to the original status that showing the EmptyMessage instead of showing the current selection. I tried to clear the items and call databind, but it throws exceptions.
how can I to do that?
thanks.
now the requirement is that after it populates the radgrid in the SelectedIndexChanged event, I need to reset to radcombobox to the original status that showing the EmptyMessage instead of showing the current selection. I tried to clear the items and call databind, but it throws exceptions.
how can I to do that?
thanks.