All,
I'm having an issue with my PanelBar not responding when a user uses the down arrow key. What happens when a row is highlighted is another panel is displayed showing details of the row. Here's the description of the issue from my user:
And here's my code:
There is no code in the .cs file for this control.
Am I missing something in my code?
-Luke
I'm having an issue with my PanelBar not responding when a user uses the down arrow key. What happens when a row is highlighted is another panel is displayed showing details of the row. Here's the description of the issue from my user:
1. It does not seem like the quickfind additional information service is being called when using the down arrow key. After I perform a search and results are returned I use the down arrow to scroll through the data and the addtl info box is not updating. If I use the up arrow it looks to be working correctly.
And here's my code:
<telerik:RadComboBox ID="rdCmbBoxQFind" runat="server" Skin="Custom" EnableEmbeddedSkins="false" CssClass="Custom" MarkFirstMatch="false" EnableLoadOnDemand="true" DropDownWidth="725px" OffsetX="-567" EnableItemCaching="true" AutoPostBack="false" EmptyMessage="Enter Name or Acronym" MaxLength="130" ShowToggleImage="false" ShowDropDownOnTextboxClick="true" OnClientBlur="QFOnClientBlur" OnClientTextChange="QFOnClientTextChange" EnableTextSelection="false" OnClientItemsRequesting="QFOnClientItemsRequesting" OnClientItemsRequested="QFOnClientItemsRequested" OnClientItemsRequestFailed="QFOnClientItemsRequestFailed" ChangeTextOnKeyBoardNavigation="false" OnClientSelectedIndexChanged="QFOnClientSelectedIndexChanged" OnClientSelectedIndexChanging="QFOnClientSelectedIndexChanging" OnClientDropDownClosing="QFOppClick" OnClientKeyPressing="QFOnClientKeyPressing"> <WebServiceSettings Path="~/WS/QuickFind.asmx" Method="GetData" /> <HeaderTemplate>No result(s) found.</HeaderTemplate> </telerik:RadComboBox>There is no code in the .cs file for this control.
Am I missing something in my code?
-Luke