This sample demonstrates optimal viewing experience and improve usability on small screens.
Order ID | Freight | Name | Ship City |
---|---|---|---|
10248 | $32.38 | Paul Henriot | Reims |
10249 | $11.61 | Karin Josephs | Münster |
10250 | $65.83 | Mario Pontes | Rio de Janeiro |
10251 | $41.34 | Mary Saveley | Lyon |
10252 | $51.30 | Pascale Cartrain | Charleroi |
10253 | $58.17 | Mario Pontes | Rio de Janeiro |
10254 | $22.98 | Yang Wang | Bern |
10255 | $148.33 | Michael Holz | Genève |
10256 | $13.97 | Paula Parente | Resende |
10257 | $81.91 | Carlos Hernández | San Cristóbal |
10258 | $140.51 | Roland Mendel | Graz |
10259 | $3.25 | Francisco Chang | México D.F. |
Enable horizontal row mode |
The enableAdaptiveUI
property is used to render the grid filter, sort, edit, pager and toolbars like column chooser, pdf export, excel export, etc... 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 elements rendering direction by using the properties panel checkbox
In this demo, the column menu feature is only supported for the Grid rowRenderingMode
mode as Vertical
. This feature includes grouping, sorting, autofit, filter, and column chooser feature.
More information on the rowRenderingMode configuration can be found in this documentation section.