Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0accordion doesnaccordion doesn't open anymore after dnn update to 4.8.4 (URGENT)
Previous
 
Next
New Post
6/16/2008 5:33 AM
 

I just updated a site from DNN 4.7.0 to 4.8.4

After the update my accordions from the ajax control toolkit don't open and close anymore.

Does anyone know why this is happening?

I am using xhtml strict as doctype

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

and here is some code of an accordion:

<ajaxToolkit:Accordion ID="KDAcc4Cat" runat="server" SelectedIndex="-1"
HeaderCssClass="gm_kd_acc3header" Font-Bold="True" HeaderSelectedCssClass="gm_kd_acc3headerselected"
ContentCssClass="gm_kd_acc3content" FadeTransitions="false" FramesPerSecond="40" EnableViewState="True"
TransitionDuration="150" AutoSize="None" RequireOpenedPane="false" SuppressHeaderPostbacks="false" >
<HeaderTemplate>
<asp:Label ID="lblID6" runat="server" Text='<%#DataBinder.Eval(Container.DataItem, "ID")%>' Visible="False"></asp:Label>
&nbsp;&raquo;<asp:Label ID="lblAcc3CatHeader" runat="server" CssClass="gm_kd_acc3header" Text='<%#DataBinder.Eval(Container.DataItem, "Naam")%>'></asp:Label>
</HeaderTemplate>
<ContentTemplate>
TEST<br />
</ContentTemplate>
</ajaxToolkit:Accordion>
 
New Post
6/16/2008 8:16 AM
 

I have resolved the issue.

By adding:

If DotNetNuke.Framework.AJAX.IsInstalled Then
      DotNetNuke.Framework.AJAX.RegisterScriptManager()
End If

on the page load. Apparently this was not required in DNN 4.7.0 but it is in 4.8.4

I am having a strange issue with my accoridions though in IE6. The "a" tags that are in the content of the accordion don't remain in place, they jump down a couple of lines. The rest of the content stays in place.

Any ideas?

 
New Post
6/16/2008 8:26 AM
 

When the page scrolls, the control will lose position unless you place the items in a panel and give it a CssClass class like:

< asp:Panel ID="pnlUsers" runat="server" Height="50px" Width="125px" CssClass="PanelExtender" >

Then you give that .css class a  position of relative like:

< style >
.PanelExtender
{
    position: relative;
}
< /style >

This is from Chris Han (The position problem with ListSearch control in Ajax ControlTool Kit)



Michael Washington
http://ADefWebserver.com
www.ADefHelpDesk.com
A Free Open Source DotNetNuke Help Desk Module
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0accordion doesnaccordion doesn't open anymore after dnn update to 4.8.4 (URGENT)


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out