Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Load Content on Demand

Please click the panel header to toggle the panel's expansion state.

Collapse/Expand
Contact Information

The DevExpress ASP.NET Round Panel (ASPxRoundPanel) is able to load panel content on demand via callbacks.

The LoadContentViaCallback property specifies the manner in which content is loaded within its container. If the property is set to true, collapsed panel content is loaded during expansion (the panel is initially loaded without content); Otherwise, the content is displayed during initial load. As you might expect, by using delayed loading, you can improve the response time of your web page when displaying large amounts of information within the Round Panel.

The round panel’s content can be updated on demand programmatically by using the client-side PerformCallback method.

Note that in this example, callback processing is delayed for two seconds in order to demonstrate the capabilities of the DevExpress Loading Panel.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxMultiUseControlsDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxMultiUseControlsDemos