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

Native Mode

ASPxTextBox
ASPxMemo
ASPxListBox
ASPxComboBox
ASPxButton

Clear
Trace Events:



By default, most editors in the DevExpress ASP.NET Grid View (ASPxGridView) and Editors Library are rendered using a specially designed custom layout implemented with the help of standard HTML elements such as HTML tables, divs, spans, etc. This allows the editor's appearance to be fully customized by applying a specific style to each composite editor element.

In some cases, the application logic may require rendering editors as native HTML INPUT elements. This demo illustrates how our editors (such as the ASPxTextBox, ASPxMemo, ASPxListBox, ASPxComboBox, and ASPxButton) support native rendering. In order to use an editor in native mode, set the Native property to true. In native mode, an editor's render size can be reduced significantly, improving the overall performance of the editor.

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\ASPxEditorsDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxEditorsDemos