This sample demonstrates the rendering order of the grid row elements and adaptive dialogs.
Order ID | Freight | Name | Ship Country |
---|---|---|---|
10248 | $32.38 | Paul Henriot | France |
10249 | $11.61 | Karin Josephs | Germany |
10250 | $65.83 | Mario Pontes | Brazil |
10251 | $41.34 | Mary Saveley | France |
10252 | $51.30 | Pascale Cartrain | Belgium |
10253 | $58.17 | Mario Pontes | Brazil |
10254 | $22.98 | Yang Wang | Switzerland |
10255 | $148.33 | Michael Holz | Switzerland |
10256 | $13.97 | Paula Parente | Brazil |
10257 | $81.91 | Carlos Hernández | Venezuela |
10258 | $140.51 | Roland Mendel | Austria |
10259 | $3.25 | Francisco Chang | Mexico |
Enable horizontal row mode |
The
enableAdaptiveUI
property is used to render the grid filter, sort and edit dialogs adaptively and
rowRenderingMode
property is used to render the grid row elements in the following directions,
Horizontal
- Renders the grid row elements in the horizontal direction.Vertical
- Renders the grid row elements in the vertical direction.In this sample, you can change the row direction by using the properties panel checkbox
More information on the rowRenderingMode configuration can be found in this documentation section.