Questions tagged [collapsiblepanelextender]

The CollapsiblePanelExtender is part of the AJAX Control Toolkit for ASP.net

The CollapsiblePanelExtender is part of the AJAX Control Toolkit for ASP.net

The official Sample is here
And the official tutorial is here

The CollapsiblePanel is a very flexible extender that allows you to easily add collapsible sections to your web page. This extender targets any ASP.NET Panel control. The page developer specifies which control(s) on the page should be the open/close controller for the panel, or the panel can be set to automatically expand and/or collapse when the mouse cursor moves in or out of it, respectively.

64 questions
1
vote
1 answer

how to disable a ajaxtoolkit CollapsiblePanelExtender from client side?

does anyone know a client side method to disable the CollapsiblePanelExtender? I have get the extender by behaviorId. var extender = $find("behaviorId"); so next what method i can use to disable this extender from client side? Thanks
1
vote
1 answer

Saving And Loading CollapsiblePanelExtender Control State Over Postback

I'm using asp.net/c# and have a number of Collapsible Panel Extenders that have been dynamically created when the page loads. The controls are within an update panel that updates every 5 seconds. The problem I have is whenever the update panel…
Jack Mills
  • 6,022
  • 5
  • 34
  • 38
1
vote
0 answers

example of Collapsible Panel inside GridView in asp.net

Hi I want to create GridView in which Header Panel shows Partial Detail and then complete detail will be shown when click on that panel... so give me example of it
Khilen
  • 1,009
  • 2
  • 15
  • 27
1
vote
0 answers

Dynamically Nested List View User Controls trying to repopulate on postback before binding

Having a large number of issues with this. Essentially attempting to increase performance of a non-working piece currently. The piece consists of a nested dynamic list view setup that i've inherited. It combines many levels of User Controls that are…
1
vote
0 answers

Asynchronously extend multiple CollapsiblePanels

I have a webpage that is setup like so: There is a ListView that has an item for each record in one of our SQL tables. Each of these items has a CollapsiblePanel in it that can be expanded to show more detail about the given record. My Issue: When…
Holt
  • 430
  • 8
  • 25
1
vote
1 answer

Unknown Control Error with CollapsiblePanelExtender in a gridview

I'm in the process of troubleshooting a coding challenge in a gridview where I'm attempting to insert a CollapsiblePanelExtender from the Ajax Control Toolkit (in Visual Studio 2012) into a section of checkboxes. What I'm hoping to do is to make…
1
vote
0 answers

ASP.NET AJAX CollapsiblePanelExtender - How can I change the vertical expand direction?

I am using a collapsible panel extender on a shopping page. I am using it to show/hide special offers. The panel containing these is fixed at the bottom of the page. I have the panel working (expanding and contracting), but I need to change the…
user984185
  • 11
  • 2
1
vote
0 answers

CollapsiblePanelExtender does not work with CollapsedSize="0"

This "CollapsiblePanelExtender" works ok only if I use CollapsedSize="1". When using CollapsedSize="0" it collapses but does not show when clicked... Any ideas ?
1
vote
2 answers

Checkbox does not get checked/unchecked when used as control for CollapsiblePanelExtender

Has anyone else tried to use checkbox as control to collapse/expand the AJAX CollapsiblePanelExtender? The panel collapses/expands fine when I am clicking the checkbox. But the checkbox itself won't get checked. Did that happen to you too? I know…
Darcy Q
  • 55
  • 2
  • 8
1
vote
0 answers

asp.net CollapsiblePanelExtender ajax toolkit

i have a website with a left sidebar and content area. All is well. I would like to be able to collapse the sidebar using the ajax control toolkit CollapsiblePanelExtender. I have used the code below but the sidebar shows and the content area is…
user1438082
  • 2,740
  • 10
  • 48
  • 82
1
vote
1 answer

ASP.Net Ajax Collapsible Extender ViewState Issue

I am currently working on an advanced web application that contains a number of Dynamically Rendered pages. The pages are standard pages which contain a place holder into which the main content is rendered from a combination of Xml and Xslt. I have…
Andy Crouch
  • 123
  • 1
  • 9
1
vote
0 answers

collapsible panel not loading correctly

I'm having an intermittent problem with the CollapsiblePanelExtender. The way we are using them is to wrap it around a gridview, so that only the header-row is displayed(which contains a checkbox for select all) while collapsed. The page always…
1
vote
3 answers

CollapsiblePanelExtender: Can I initiate collapse/expand from client-side javascript? (AJAX Control Toolkit)

The CollapsiblePanelExtender seems primarily designed to collapse/expand things in response to user mouse events. Is there also a good way to get the extender to collapse/expand things in response to client-side javascript? In my particular case, I…
Chris
  • 9,986
  • 8
  • 48
  • 56
0
votes
1 answer

$find CollapsiblePanelExtender from RegisterStartupScript returns null

I have a .NET 4 web page that contains a User Control with the following:
Dan C
  • 2,236
  • 2
  • 19
  • 30
0
votes
2 answers

asp.net ajax collapsible panel in ie8 problem

Anyone try this simple bit of code in an ie8 browswer and try refreshing the page, in ie8 you will get an error around getelementbyid on refresh. When i run it it complains of not being able to find control with id of…
stuart