Completed
Last Updated: 28 Apr 2022 16:42 by ADMIN
Release 2022.R2
Margarita
Created on: 30 Mar 2022 12:02
Category: Grid
Type: Bug Report
3
Grid's column .Exportable(true) is not serialized

Bug report

When a hidden column of the Grid is configured as .Exportable(true) in the wrappers the exportable property doesn't get serialized

Reproduction of the problem

  1. Use the following configuration
    columns.Bound(p => p.OrderID).Exportable(export=>export.Excel(true)).Hidden().Filterable(false);
  2. Inspect the client-side script of the Grid

Expected/desired behavior

Setting the Exportable(true) on a hidden column should correctly include it in the export

TicketID:

1559232

Environment

  • Kendo UI version: 2022.1.301
  • Browser: [all]
0 comments