Hi,
In my application I wantg to give the user the baility to select from multiple items using the checked drop down list box control, in adidtion I want to be able to do the following:
1. prevent the user from typing anything in to the RadCheckedDropDownListEditableAreaElement. i.e. the user can select items via the drop down check list.
2. override the text displayed in RadCheckedDropDownListEditableAreaElement, so that
- if no items are displayed there is no text
- if one item is displayed then monly that item is displayed - with no 'X' to remove it
- if more than one item is selected, then display the single word "Multiple"
How do I go about achieveing this behaviour ?
many thanks
Toby