Hello,
I'm unsure whether this is an actual bug, but I can't seem to clear the selected text in the RadDropDownTree when i use UncheckAllNodes or UnselectAllNodes from the server side.
I try to to set SelectedText and SelectedValue on the RadDropDownTree control to string.Empty but neither works.
The nodes are unchecked though, but the text showing the previous selection is still visible after i reload the page.
What should I do to also set the text to represent the selection done by UncheckAllNodes?
Kind regards,
Anders
When using a RadDropDownTree with a fairly large number of items, a user may select quite a few of the items. The current behaviour when the drop down is closed is that the names of only the first few selected items are shown, with no immediate visual feedback that more items are also selected (other than the tooltip). This can be misleading for users. I would like the ability to customise the message shown in the entry area, based on how many items are actually selected, e.g. "10 selected items, click here to review".