Sharepoint WebPart with AjaxToolkit's Accordion control - Stack Overflow most recent 30 from stackoverflow.com 2009-11-23T11:46:12Z http://stackoverflow.com/feeds/question/121935 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/121935/sharepoint-webpart-with-ajaxtoolkits-accordion-control 1 Sharepoint WebPart with AjaxToolkit's Accordion control Leon Tayson 2008-09-23T15:57:21Z 2008-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#122017 2 Answer by spdevsolutions for Sharepoint WebPart with AjaxToolkit's Accordion control spdevsolutions 2008-09-23T16:08:45Z 2008-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#146869 0 Answer by David Robbins for Sharepoint WebPart with AjaxToolkit's Accordion control David Robbins 2008-09-28T22:11:46Z 2008-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#156883 1 Answer by Travis for Sharepoint WebPart with AjaxToolkit's Accordion control Travis 2008-10-01T09:42:06Z 2008-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>