Example of RTL in ASP.NET MVC Data Grid Control
This sample demonstrates the right-to-Left(RTL) alignment in grid component.
Drag a column header here to group its column
Order ID | Customer Name | Order Date | Freight | Ship Country |
---|---|---|---|---|
10001 | ALFKI | 5/15/1991 | $2.30 | Denmark |
10002 | ANATR | 4/4/1990 | $3.30 | Brazil |
10003 | ANTON | 11/30/1957 | $4.30 | Germany |
10004 | BLONP | 10/22/1930 | $5.30 | Austria |
10005 | BOLID | 2/18/1953 | $6.30 | Switzerland |
10006 | ALFKI | 5/15/1991 | $4.60 | Denmark |
10007 | ANATR | 4/4/1990 | $6.60 | Brazil |
10008 | ANTON | 11/30/1957 | $8.60 | Germany |
10009 | BLONP | 10/22/1930 | $10.60 | Austria |
10010 | BOLID | 2/18/1953 | $12.60 | Switzerland |
Choose Column
- Select All
- Order ID
- Order Date
- Freight
- Ship Country
Right-to-left(RTL) is used to render the component from right to left direction and it can be
enabled by setting enableRtl
property as true.
In this demo, you can able to see Group drop area, header, content, pager, filter dialog, etc ... are aligned right to left direction.