hi,
I would like that even after selecting an item, when I click on radcombobox I appeared throughout the item list also .. but after setting the filter property in StartsWith, every time I load I want to change the selected item, I must first delete the selected item so that I can look through the list .... There is a procedure that ancestral delete the selected item but also to view the entire list of items loaded into radcombo?
my code is:
I would like that even after selecting an item, when I click on radcombobox I appeared throughout the item list also .. but after setting the filter property in StartsWith, every time I load I want to change the selected item, I must first delete the selected item so that I can look through the list .... There is a procedure that ancestral delete the selected item but also to view the entire list of items loaded into radcombo?
my code is:
<telerik:RadComboBox ID="Regione" Runat="server" CollapseDelay="100"EnableLoadOnDemand="True" HighlightTemplatedItems="True" IsCaseSensitive="True"LoadingMessage="Loading..." DropDownWidth="160px" Filter="StartsWith" Width="160px"MaxHeight="175px" ShowMoreResultsBox="True" Height="175px" OnClientItemsRequesting="OnClientItemsRequesting"AutoPostBack="True" OnSelectedIndexChanged="Regione_SelectedIndexChanged" OnClientItemsRequested="OnClientItemsRequested" EmptyMessage="Select region" Skin="Sunset"></telerik:RadComboBox>