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
0
votes
3 answers

Collapsible Panel in ASP.NET

I am using the ASP.NET AJAX Control Kit and I am having a problem using a collapsible panel in my code. I have the following code:
Icemanind
  • 47,519
  • 50
  • 171
  • 296
0
votes
2 answers

ajaxToolkit:CollapsiblePanelExtender doesn't maintain expand/collapse state on AJAX UpdatePanel refresh

I have a ajaxToolkit:CollapsiblePanelExtender along with two asp:UpdatePanels it controls (one panel expands the other panel when clicked). Works great until I do an AJAX update from a Timer that kicks off. The page updates...and the…
kenyee
  • 2,309
  • 1
  • 24
  • 32
0
votes
1 answer

Multiple Ajax Collapsers in one page causes on to close

Ok so currently I have a ajax collapser for "advance search" options. Then I went to add a top bar for navigation which user can show/hide using ajax collapser aswell. By default that collapser is open and the search is closed. Now when i go to…
Andres
  • 2,013
  • 6
  • 42
  • 67
0
votes
0 answers

How i can set open by default collapsible?

How can i set this default collapsible opening? Without bootstrap ` .collapsible { background-color: #777; color: white; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } .active,…
0
votes
1 answer

Problem with collapsiblepanelextender

CollapsiblePanelExtender inside user control not remembering its client state Hi i have a user control being loaded dynamically. Inside this user control i have a CollapsiblePanel when i have a button inside or outside the collapsable panel and…
0
votes
2 answers

ASP.Net 3.5 AjaxControlToolkit CollapsiblePanelExpander in Master In UpdatePanel partial postback woes

Long time reader first time poster I have a content page linked to a master page. The master has the toolkitscriptmanager. On the content page, I have a nested repeater within the item template of the parent repeater, I have a…
Feuerwehrmann
  • 151
  • 12
0
votes
1 answer

Ajax CollapsiblePanel not working in IE 8 for compatibility mode

I am using an ajax collapsiblepanel extender in a webapp (asp.net) designed for IE 6. Currently for making the application compatible with IE 8 i have added a metatag - . Everything in the application works fine except the collapsible panels using…
0
votes
1 answer

Make a (collapsible, autosized and always-visible) panel display scrollbar if bigger than the page?

I'm working with an asp.net master-page; the relevant code is as follows:
J.Steve
  • 7,109
  • 2
  • 22
  • 22
0
votes
2 answers

Collapsible gridview columns

Tricky question...I'd really appreciate some help. I have a gridview with 38 columns. The first three should always be around. The rest should be collapsible in sets of 7 (e.g columns 4-10 should collapse as a unit, 11-17, etc.) I have found the…
Jake
  • 115
  • 1
  • 1
  • 7
0
votes
2 answers
0
votes
1 answer

Javascript error on $find for CollapsiblePanelExtender control for MasterPage scenario

I have a content page and a user control. The usercontrol uses CollapsiblePanelExtender. I have written the following javascript function on "onmouseout" of the panel.