Click here to Skip to main content
15,881,735 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
heyy... I Used an ajax accordion and I have 5 accordion panel inside it ...My problem is when I used accordion panel 3..and press enter key ..It will go to accordion panel 1(or accordion panel 1 is opening..) ....

plz give a solution to over come this flow... here is my accordian properties...

SQL
<asp:Accordion ID="Accordion1" runat="server" SelectedIndex="0" HeaderCssClass="accordionHeader"
                        HeaderSelectedCssClass="accordionHeaderSelected" ContentCssClass="accordionContent"
                        Font-Names="Verdana" Font-Size="10" BorderColor="#000000" BorderWidth="1" FramesPerSecond="250"
                        FadeTransitions="true" TransitionDuration="100">


XML
<Panes>
                           <asp:AccordionPane runat="server" ID="AccordionProjectDetaislPane1">
                               <Header>
                                   <a href="#" class="quickHeadingproject" onclick="return false;">Project Details</a>
                                   <asp:ImageButton ID="ImgProjNext" runat="server" CssClass="arrowalt2" OnClick="ImgProjNext_Click" CausesValidation="false"
                                       ImageUrl="~/Images/NewImage/next_22x26.png" ToolTip="Next"></asp:ImageButton>
                               </Header>
                               <Content>


...... like so on........
Posted

1 solution

Hi
I suggest this happens because of the page postback.

Regards
Marco Alessandro Bertschi
 
Share this answer
 
Comments
aravindnass 29-Jan-13 4:01am    
hai..thank u for answering ...Is any other way to handle this..
Marco Bertschi 29-Jan-13 4:22am    
Not as far as I know. Hitting the Enter key when a control on your page has focus causes a post back in about 90% of the cases.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900