Hi
I installed Q2 7.23 release and now I am getting error in call back, here is the scenario.
1. Search and select 1 item
2. remove item
3. try searching again
gets "Error in call back" js message
Here is the defination.
Thanks
Imtiaz
I installed Q2 7.23 release and now I am getting error in call back, here is the scenario.
1. Search and select 1 item
2. remove item
3. try searching again
gets "Error in call back" js message
Here is the defination.
| <telerik:RadComboBox |
| Id="SearchCombo" |
| Runat="server" |
| EnableLoadOnDemand="True" |
| OnItemsRequested="SearchCombo_ItemsRequested" |
| LoadingMessage="Searching..." |
| EmptyMessage="Search ..." |
| Height="15px" |
| Width="315px" |
| DropDownWidth="400px" |
| Skin="Sunset" |
| OnSelectedIndexChanged="SearchCombo_SelectedIndexChanged" |
| OnClientItemsRequesting="HandleRequestStart" |
| OnClientKeyPressing="HandleKeyPress" |
| BackColor="#E0E0E0" |
| BorderColor="Transparent" |
| CollapseDelay="200" |
| ExpandDelay="300" |
| ItemRequestTimeout="200" |
| ShowDropDownOnTextboxClick="False" |
| ShowWhileLoading="False" |
| AutoPostBack="true" |
| ShowToggleImage="False" |
| ShowMoreResultsBox="True" |
| CausesValidation="False" |
| OnClientItemsRequested="HandleRequestEnd" |
| HighlightTemplatedItems="True"> |
| <ItemTemplate> |
| <div class="AssocSearchItemContainer" > |
| <div style=" float:left;"> |
| <img alt='<%# Eval("Title")%>' height="40px" src='<%# Eval("ThumbnailURL")%>' /> |
| </div> |
| <div class="AssocSearchItemTextBlock"> |
| <strong><%# Eval("Title")%></strong><br /> |
| <%# Eval("Description")%><br /> |
| <%# Eval("Details")%><br /> |
| </div> |
| </div> |
| </ItemTemplate> |
| <CollapseAnimation Duration="100" Type="OutQuint" /> |
| <ExpandAnimation Type="None" /> |
| </telerik:RadComboBox> |
Thanks
Imtiaz