vote up 1 vote down star

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.

TIA!

flag

20% accept rate

3 Answers

vote up 2 vote down

Check out: http://www.codeplex.com/sharepointajax

link|flag
vote up 0 vote down

Telerik's 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.

link|flag
vote up 1 vote down

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).

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.