hi
i am using the rad combo box and its working perfect beside one issue.
here is the scenario:
i clicking the combo box and its displays me the items list
then i selecting the item i want .then i post back to get the data i requested.
then the combo box text is the last item i selected . its good so far but when i
clicking back in combo box it opens but displays only the last item, until i
deleting it and then displays all the items.
i am using stored proc to get data.
here is my code:
thank you!
i am using the rad combo box and its working perfect beside one issue.
here is the scenario:
i clicking the combo box and its displays me the items list
then i selecting the item i want .then i post back to get the data i requested.
then the combo box text is the last item i selected . its good so far but when i
clicking back in combo box it opens but displays only the last item, until i
deleting it and then displays all the items.
i am using stored proc to get data.
here is my code:
<telerik:RadComboBox ID="RadComboBox1" runat="server" Width="277px" Height="140px" EmptyMessage="Type in..." DataTextField="Item" OnItemsRequested="RadComboBox1_ItemsRequested" AutoPostBack="true" EnableLoadOnDemand="true" Filter="Contains" LoadingMessage="Loading..." MarkFirstMatch="true" > </telerik:RadComboBox>thank you!