The DevExpress Grid View extension for ASP.NET MVC provides support for right-to-left languages such as Arabic and Hebrew. To switch the GridView extension to a right-to-left display, you will need to enable a single grid property - RightToLeft. When this property is enabled, the text flows from right to left, and the layout of most grid UI elements is reversed.
If you need to apply a 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 change the RightToLeft property for each component. This option is rightToLeft, which can be accessed within the settings group of the devExpress section in the web.config file.
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).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxGridViewDemos |