Sharepoint WebPart with AjaxToolkit's Accordion control - Stack Overflow most recent 30 from stackoverflow.com2009-11-23T11:46:12Zhttp://stackoverflow.com/feeds/question/121935http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/121935/sharepoint-webpart-with-ajaxtoolkits-accordion-control1Sharepoint WebPart with AjaxToolkit's Accordion controlLeon Tayson2008-09-23T15:57:21Z2008-10-01T09:42:06Z
<p>Do you guys have any resources on creating a Sharepoint webpart that uses the AjaxToolkit controls? I need to create a webpart that uses the Accordion control and I can't find any complete tutorial or walkthrough. I prefer a tutorial/article that doesn't use SmartPart.</p>
<p>TIA!</p>
http://stackoverflow.com/questions/121935/sharepoint-webpart-with-ajaxtoolkits-accordion-control/122017#1220172Answer by spdevsolutions for Sharepoint WebPart with AjaxToolkit's Accordion controlspdevsolutions2008-09-23T16:08:45Z2008-09-23T16:08:45Z<p>Check out: <a href="http://www.codeplex.com/sharepointajax" rel="nofollow">http://www.codeplex.com/sharepointajax</a></p>
http://stackoverflow.com/questions/121935/sharepoint-webpart-with-ajaxtoolkits-accordion-control/146869#1468690Answer by David Robbins for Sharepoint WebPart with AjaxToolkit's Accordion controlDavid Robbins2008-09-28T22:11:46Z2008-09-28T22:11:46Z<p><a href="http://www.telerik.com" rel="nofollow">Telerik's</a> Rad Controls for ASP.Net Ajax can be deployed in the Sharepoint environment and have a menu control with the Accordion behavior out of the box. It may save you some time.</p>
http://stackoverflow.com/questions/121935/sharepoint-webpart-with-ajaxtoolkits-accordion-control/156883#1568831Answer by Travis for Sharepoint WebPart with AjaxToolkit's Accordion controlTravis2008-10-01T09:42:06Z2008-10-01T09:42:06Z<p>The ajax toolkit and sharepoint don't play very nicely together. The main reason for this is the lack of DOCTYPE declaration in SharePoint's default MasterPage (why they did this, I'll never know).</p>
<p>Your best bet, in my humble opinion, is to abandon the ajax control toolkit and use JQuery. If you follow the link to JQuery UI, you will find that they have implemented an accordian control that works very nicely across a wide range of browsers/environments.</p>