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

Right to Left

Country Ascending
# 
Contact Name Ascending
Company Name 
City 
Region 
CollapseCountry: Argentina
 EditPatricio SimpsonCactus Comidas para llevarBuenos Aires 
  Sergio GutiérrezRancho grandeBuenos Aires 
 
UpdateCancel
 EditYvonne MoncadaOcéano Atlántico Ltda.Buenos Aires 
CollapseCountry: Austria
 EditGeorg PippsPiccolo und mehrSalzburg 
 EditRoland MendelErnst HandelGraz 
CollapseCountry: Belgium
 EditCatherine DeweyMaison DeweyBruxelles 
 EditPascale CartrainSuprêmes délicesCharleroi 

The DevExpress ASP.NET Grid View (ASPxGridView) provides support for right-to-left languages such as Arabic and Hebrew. To switch the ASPxGridView to a right-to-left representation, you will need to enable a single grid property - RightToLeft. When this property is active, text flows right-to-left and the layout of most grid UI elements is reversed.

If you need to apply right-to-left display for all DevExpress web controls within your web application, you can enable a specific configuration option within the web.config file, rather than switch the RightToLeft property for each control. This is the rightToLeft option, which can be accessed within the settings group of the devExpress section in the web.config file.

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