This is a migrated thread and some comments may be shown as answers.

PanelBar not responding to use of down arrow

2 Answers 44 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Luke Kasper
Top achievements
Rank 1
Luke Kasper asked on 17 Nov 2010, 01:40 AM
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:

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

2 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 19 Nov 2010, 03:42 PM
Hi Luke,

I cannot understand this issue, please send us more detailed information and code in order to be able to reproduce it.

All the best,
Yana
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Luke Kasper
Top achievements
Rank 1
answered on 19 Nov 2010, 04:34 PM
Actually, we managed to figure it out.  We had some JavaScript errors in other areas that were affecting this control.

Thank you!
Tags
PanelBar
Asked by
Luke Kasper
Top achievements
Rank 1
Answers by
Yana
Telerik team
Luke Kasper
Top achievements
Rank 1
Share this question
or