<kendo:fileManager-views-grid>

Configures the built-in grid view - accepts kendoGrid options

Example

<kendo:fileManager-views>
    <kendo:fileManager-views-grid></kendo:fileManager-views-grid>
</kendo:fileManager-views>

Configuration Attributes

Configuration JSP Tags

kendo:fileManager-views-grid-columns

The configuration of the grid columns. An array of JavaScript objects or strings. JavaScript objects are interpreted as column configurations. Strings are interpreted as the field to which the column is bound. The grid will create a column for every item of the array.

More documentation is available at kendo:fileManager-views-grid-columns.

Example

<kendo:fileManager-views-grid>
    <kendo:fileManager-views-grid-columns></kendo:fileManager-views-grid-columns>
</kendo:fileManager-views-grid>
In this article
Not finding the help you need?