Unplanned
Last Updated: 15 Jun 2020 08:52 by ADMIN
Rose
Created on: 15 Jun 2020 08:52
Category: FileManager
Type: Bug Report
0
FileManager Views option throws an error when trying to configure the Grid columns

When using the following configuration an error is thrown, thus making it unable to set the Grid columns:

<kendo-filemanager name="filemanager" upload-url="@Url.Action("Upload", "FileManagerData")">   
    <views>
        <grid>
            <columns>
                <column field="name"></column>
            </columns>
        </grid>
    </views>
</kendo-filemanager>

0 comments