Tagged Questions

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

learn more… | top users | synonyms

2
votes
1answer
497 views

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; ...
2
votes
1answer
6k views

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 ...
2
votes
2answers
785 views

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 ...
1
vote
1answer
56 views

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

I have a asp 'Datalist' that gets populated by a 'datatable'. <asp:PlaceHolder ID="ph3" runat="server"> <asp:DataList ID="dlspec" runat="server" GridLines="Vertical" ...
1
vote
1answer
339 views

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 ...
1
vote
0answers
148 views

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 ...
1
vote
0answers
100 views

Enable CheckBox inside Collapsible Panel

I have created a collapsible panel where i need to have a CheckBox in the header like this <asp:Panel ID="Panel2" runat="server" Height="20px" Width="350px" BackColor="Aqua"> ...
1
vote
1answer
221 views

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 ...
1
vote
1answer
608 views

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 ...
1
vote
1answer
327 views

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: <table><tr><td> <label ...
1
vote
1answer
838 views

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 ...
1
vote
3answers
6k views

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 ...
1
vote
2answers
2k views

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 ...
1
vote
1answer
2k views

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 ...
0
votes
0answers
32 views

Button Eventhandler not fire when in CollapsibleExtender inside a ModalpopupExtender

I have a detailsview inside a ModalPopupExtender which works perfectly. In the footertemplate section of the detailsview I have placed serveral linkbuttons. When a linkbutton is pressed it should ...
0
votes
1answer
149 views

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 ...
0
votes
1answer
45 views

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 ...
0
votes
1answer
398 views

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 ...
0
votes
1answer
141 views

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 ...
0
votes
2answers
207 views

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 ...
0
votes
1answer
358 views

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 ...
0
votes
1answer
271 views

Collapsable inside nested gridview

I need to implement a functionality where one of the columns of the gridview would contain '+'. Clicking on the '+' sign would expand the panel and show the related data of that row. I know, i need ...
0
votes
1answer
518 views

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: <body> <form id="form1" runat="server"> <asp:Panel ID="pnlHeader_TopLeft" runat="server" ...
0
votes
2answers
385 views

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 ...
0
votes
1answer
514 views

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. <script ...
0
votes
1answer
313 views

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 ...
0
votes
1answer
298 views

Can I copy the CollapsiblePanelExtender in jQuery as one method?

I am beginning the process of moving away from the AjaxControlToolkit and toward jQuery. What I want to do is have one function that duplicates the functionality of the CollapsiblePanelExtender. For ...
0
votes
1answer
613 views

Performance issue with ASP.NET page with many (hundreds of) CollapsiblePanelExtenders

I'm maintaining an ASP.NET site where users can log on to register some set of data (for statistical purposes). One user registers data for a set of units, and for each of these units a set of forms ...
0
votes
1answer
575 views

ASP.NET Show/Hide Sections in a Datagrid row

I have a datagrid where each row has information on Employees in a company. I would like to allow each row the ability to show/hide extra information. My first idea was use the ...
0
votes
2answers
4k views

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
0
votes
1answer
170 views

about collapse panel which panel selected

I have a question about collapse panel.. I have a placeholder and I add more than one headerpanel, contentpanel, collapsiblepanel dynamically.. Here is my code : CollapsiblePanelExtender cpe = ...
0
votes
1answer
373 views

How to determine the collapsed state of the AjaxControlToolkit CollapsiblePanelExtender in code-behind?

cpe.Collapsed seems to be always set to the initial state and not reflect the current state. Is there a direct way to determine on the server if the panel is collapsed?
0
votes
1answer
66 views

Detect when all ASP.NET-generated Javascript has run

I currently have a page that contains a RadTreeView. On each node of the RadTreeView is an ASP.NET Ajax CollapsiblePanelExtender. In the code-behind I have certain panels expanded and certain panels ...
0
votes
1answer
279 views

Is there any up-to-date documentation for AjaxControlToolkit?

I was discovering CollapsiblePanelExtender tutorial but then I found there is a better documentation in StackOverflow. Is there any documentation or even a book about AjaxControlToolkit that is ...
0
votes
2answers
1k views

ASP .NET - CollapsiblePanelExtender does not work in IE7

I am running the ASP .NET AJAX Toolkit 3.5. I have setup a panel with a collapsablePanelExtender and it works in Firefox 3.5 but not in IE7! In IE7 all the "collapsed" panels never shrink - ...
0
votes
2answers
1k views

Collapse panel javascript issues

I have a collapsible panel extender. I have no issues with the extender. however, I have a link that opens the panel and I want another link saying collapse to close it. I want to hide one show one ...
0
votes
0answers
1k views

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 ...
0
votes
1answer
888 views

Returning a CollapsiblePanelExtender over/through ajax/javascript

I would like to be able to return a programmatically generated collapsible panel extender through javascript along with it's panel and so on. I've got the panel and associated tables going through ...
0
votes
2answers
5k views

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

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 ...
0
votes
3answers
2k views

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: <table><tr> <td class="bg"> <a class="bg" ...
0
votes
2answers
1k views

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