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
29
votes
2 answers

How to create a collapsible panel in WPF

I am creating a Windows application (WPF) and C#. In my view, I have to add few layouts like browsing a folder, displaying the files in the folder in a list view...etc My requirement is : The panels mentioned above should be collapsible panels, I…
user301016
  • 2,207
  • 7
  • 36
  • 50
4
votes
3 answers

CollapsiblePanelExtender doesn't open up all the way on initial page load

I'm using CollapsiblePanelExtender from AjaxControlToolkit, it works fine when i click on it, but it won't expand all the way on the initial page load (expands about 90%). I have to collapse it and expand it back manually for it to open up all the…
roman m
  • 26,012
  • 31
  • 101
  • 133
3
votes
3 answers

Login form in collapsible panel extender

I want to display login form on a collapsible panel extender for login a user. Please help me for this Ajax problem.
2
votes
2 answers

CollapsiblePanelExtender Click Event

I have a a CollapsiblePanelExtender with the usual extend and collapse buttons....I would like to have a click event fire off when the extender is extended and a different click event fire off when the extender is collapsed. But the most important…
aggitan
  • 2,094
  • 5
  • 19
  • 22
2
votes
1 answer

Enable CheckBox inside Collapsible Panel

I have created a collapsible panel where i need to have a CheckBox in the header like this
smilu
  • 859
  • 7
  • 30
  • 53
2
votes
1 answer

Is it possible to trigger AJAX CollapsiblePanelExtender animation from code behind?

I am using an AJAX CollapsiblePanelExtender for several sections of a form. I can collapse a panel programatically using the following 2 lines: ajaxCollapsiblePanelExtender1.Collapsed = true; ajaxCollapsiblePanelExtender1.ClientState…
2
votes
2 answers

AJAX Control Toolkit issue: CollapsiblePanelExtender

I've been banging my head against the wall with the following issue: My mock-up site works as intenden in Firefox: [http://www.plasus.com/test/work/work/Default.aspx][1] In all other browsers, the collapsible panels and all other AJAX ControlKit…
maralbjo
1
vote
1 answer

How can I make ASP 'datalist' cells expandable/collapsible?

I have a asp DataList that gets populated by a DataTable.
karry
  • 3,270
  • 3
  • 18
  • 31
1
vote
1 answer

CollapsiblePanelExtender in nested Repeater and Gridview setup doesn't function

I have a setup using three levels of nesting: A Repeater, the items of which utilize CollapsiblePanelExtenders (which work), and each contain a GridView. Each of these then contain another GridView which is controlled by another…
1
vote
0 answers

resize gridview panel when CollapsiblePanelExtender collapsed

I have the following javascript firing when the collapsiblepanelextender is collapsed or expanded. function clickMe() { var collPanel = $find("CollapsiblePanelExtender2"); if (collPanel.get_Collapsed()) { var H = "350px"; var…
1
vote
1 answer

HTML Editor inside Ajax Collapsible Panel Extender not being displayed in IE 6 for asp.net web page

I have a Ajax HTMLEditor in my web page inside a panel which is targeted by the collapsible panel extender. When the panel is expanded, there is a big empty space without any of the controls inside the panel being displayed. The issue here is the…
1
vote
2 answers

How do I have multiple close buttons with a CollapsiblePanelExtender?

I have an asp.net ajax CollapsiblePanelExtender control on my page. The way this control is designed, you can specify one control to open the panel and another control to close it:
Keltex
  • 26,220
  • 11
  • 79
  • 111
1
vote
1 answer

Expand-Collapse feature in gridview

I have an ASP.Net default GridView in VS 2008. Now if I click history column, I need to expand column (by clicking right arrow '>') and beneath display the necessary data. It should be collapse when clicking the right arrow again. One way is using…
xorpower
  • 17,975
  • 51
  • 129
  • 180
1
vote
1 answer

ASP.NET CollapsiblePanelExtender: two expand/collapse button on one target

How to set a two buttons for CollapsiblePanelExtender in ASP.NET? Say, I have panel with Image and a text separated by some text. I want my Image and a text to be the trigger to expand/collapse my Panel.
rob waminal
  • 18,117
  • 17
  • 50
  • 64
1
vote
1 answer

mvc-CollapsiblePanelExtender

hey, I want to have CollapsiblePanelExtender on my view and when user click on label panel should expand/collapse. Here is my code:
Cipiripi
  • 1,123
  • 5
  • 17
  • 33
1
2 3 4 5