Ajax Control Toolkit (Now part of the ASP.NET Ajax Library) – Accordion Control CLOSED Startup State

February 9th, 20104:47 am @ Editor

0


I get many (MANY) email from customers who are struggle to answer specific technical problems. As time permits I’m going to start answering them here, I recently received an email from a developer building an application using the Ajax Control Toolkit and he needed his page to contain an Accordion Control in which all Panes were CLOSED when the page was initially loaded. Like this …… The Accordion Control in the earliest versions of the Ajax Control Toolkit lacked this ability but now it’s pretty easy. By default, the Accordion Control requires one of it’s contained Panes must be open at all times. So, there are two things we need to do in our Accordion Control configuration. Configure the control so that it does NOT require at least one open…(read more)