Unplanned
Last Updated: 03 Oct 2019 09:15 by ADMIN
Created by: Szabolcs
Comments: 2
Category: Grid
Type: Bug Report
1

Dear Sir / Madam,

At grid PDF export, in case of allPages: false --> Actual rows are rendered to multiple pages properly, but all pages are written on the first page.

It works well, if I set "options.pdf.multiPage" to "true", but it is not in API reference.

A solution might be if this variable is fixed to true in grid prototype "saveAsPDF" function:
          "options.multiPage = true;" instead of "options.multiPage = options.multiPage || options.allPages;"

Please see this example: https://dojo.telerik.com/usUnUziL/2

Step 1: press "Export to PDF" --> Result: wrong pdf

Step 2: press "Set multiPage: true"

Step 3: press "Export to PDF" --> Result: good pdf

 

Best Regards,

Szabolcs Tóth

Unplanned
Last Updated: 18 Dec 2019 16:02 by ADMIN
Created by: Srinivas Pulipaka
Comments: 0
Category: Grid
Type: Feature Request
1

At the moment only the Kendo UI Grid with enabled mobile option will generate a header which can react to the touch and hold gesture.

This makes column resizing impossible when a web grid is used on mobile/tablet. Can you check internally if the grid is used on a mobile browser and create the mobile headers that work with the touch and hold gesture even when the grid does not have the mobile property enabled. This should work out of the box for all grids:

https://docs.telerik.com/kendo-ui/controls/data-management/grid/appearance/adaptive#resizing-of-columns

Unplanned
Last Updated: 18 Dec 2019 15:55 by ADMIN

If you configure a Kendo Grid with client-side paging, each time you call setDataSource to update the data source then a new .k-pager-numbers-wrap DIV is added to the page controls. I've replicated the problem in Dojo at https://dojo.telerik.com/UTolOzer by taking a basic client-side paging demo, moving the dataSource configuration into a separate function (with data("kendoGrid").setDataSource), and calling that function 25 times. At the end, the source shows the UL element with the page buttons inside 25 .k-pager-numbers-wrap DIV elements.

I first noticed this problem because in my own environment, each nested DIV was shifting the page buttons left 1 pixel and overlapping the "previous page" buttons. In my Dojo example, with 25 nested DIVs the page buttons disappear completely.

I've added the following in my own code as a workaround in the dataBound event of the grid:

                            var trueParent = e.sender.pager.element.find(".k-pager-numbers-wrap").first();
                            e.sender.pager.element.find("ul").appendTo(trueParent);
                            trueParent.find(".k-pager-numbers-wrap").remove();

 

Unplanned
Last Updated: 26 Nov 2019 18:06 by Tino
Created by: Tino
Comments: 0
Category: Grid
Type: Bug Report
1

Enhancement

Excel files generated by Kendo Excel Export cannot be imported by the MS ODBC Driver. The error reported in this forum thread is: External table is not in expected format.

Current behaviour

If the file is opened and resaved with Excel or if the styles.xml file is replaced with any styles.xml generated by MS Excel, the error does not occur. When compared the styles.xml of Excel does not contain a numberFormat, no other obvious major differences at first glance:

E.g.:

<numFmts count="2">
<numFmt formatCode="#" numFmtId="165" />
<numFmt formatCode="#" numFmtId="166" />
</numFmts>

Expected/desired behavior

If possible, modify the styles.xml template to enable seamless use with OleDB

    Unplanned
    Last Updated: 23 Apr 2020 13:21 by ADMIN
    Created by: Auri
    Comments: 8
    Category: Grid
    Type: Bug Report
    1

    Disclaimer: I'm running an older version of Kendo UI for jQuery, so this may have been fixed. I'd like confirmation if so before updating.

    Kendo version: 2017.1.118.545

    I am creating a grid from a table data source rather than an endpoint call. Other pages that use endpoints to populate the datasource export Excel with no problems.

    Example HTML:

    <table class="table table-responsive" id="tblReportSummary">
    <colgroup>
    <col />
    <col />
    <col />
    <col />
    <col />
    </colgroup>
    <thead>
    <tr>
    <th data-field="date">Date</th>
    <th data-field="totalForStatus">Count</th>
    </tr>
    </thead>
    <tbody>
    @foreach (var item in ViewBag.ReportDataSummary as IEnumerable<UtilizationListViewModel>)
    {
    <tr>
    <td>@item.Date</td>
    <td>@item.TotalForStatus</td>
    </tr>
    }
    </tbody>
    </table>

    The jQuery is as follows:

                 $("#tblReportSummary").kendoGrid({
                    sortable: true,
                    toolbar: ["excel"],
                    excel: {
                        allPages: true,
                        fileName: "Utilization Data Export.xlsx"
                    },
                    pageable: {
                        pageSize: 20,
                        pageSizes: [20, 50, 100]
                    }
                });

    When I click Export, all I get is an empty Excel file.

    Why isn't the data there, please?

     

    Unplanned
    Last Updated: 04 May 2020 14:51 by Cindi
    Created by: Cindi
    Comments: 0
    Category: Grid
    Type: Bug Report
    1

    Bug report

    The following article shows how to set the cells font size to 30: https://docs.telerik.com/kendo-ui/knowledge-base/grid-excel-export-custom-font. Up to R1 2019 the font size was properly exported. Since R1 2019 the font size in the generated Excel file has a wrong value.

    Reproduction of the problem

    1. Export the Grid
    2. Open the generated Excel file.

    Current behavior

    Font size is 22.5

    Expected/desired behavior

    Font size is 30

    Environment

    • Kendo UI version: 2020.1.406
    • jQuery version: x.y
    • Browser: [all]
    Unplanned
    Last Updated: 03 Jun 2020 10:54 by ADMIN
    Created by: iConect Developer - Mike
    Comments: 1
    Category: Grid
    Type: Feature Request
    1
    When a grid pager is in responsive mode at low resolutions, the user has no indicator that the controls have been hidden.  It would be great if the control had a Kabob to give the user access to the hidden controls, similar to Kendo Menus.
    Unplanned
    Last Updated: 28 Aug 2020 21:37 by ADMIN
    Created by: Luis Jara
    Comments: 0
    Category: Grid
    Type: Feature Request
    1

    Hi, 

    I would like to request the configuration of the Search Panel to have a custom search function.  For example, I could use this to modify search results(ie. ignore accents).  

    Thank you!

    Unplanned
    Last Updated: 07 Oct 2020 09:56 by ADMIN
    Created by: Kevin Smith
    Comments: 0
    Category: Grid
    Type: Feature Request
    1

    When there are a lot of columns on the page and a column is shown, it is shown at its original position in the grid columns array. 

    It would be much better from a user experience point of view if the column is shown where the user clicked on the column menu to show the hidden column.

    Unplanned
    Last Updated: 30 Sep 2020 17:41 by ADMIN
    Created by: erwin
    Comments: 0
    Category: Grid
    Type: Feature Request
    1

    Hi Team,

    I'd like to request the functionality to allow the user to select the ALL option while using GroupPaging.  

    Thank you

    Unplanned
    Last Updated: 28 Jan 2021 15:12 by ADMIN
    would help to get rid of our own implementation of the grid search & make integration with other components more easier 
    Unplanned
    Last Updated: 15 Feb 2021 09:17 by ADMIN
    Created by: Aleksandr
    Comments: 0
    Category: Grid
    Type: Feature Request
    1

    would be great to have, will help to make logic easier if we want to save the value to share across all the grids in app

     

    P.S - also would be great to use pageSize = All in Datasource instead of undefined

    Unplanned
    Last Updated: 16 Feb 2021 16:03 by ADMIN
    Created by: Robert Madrian
    Comments: 0
    Category: Grid
    Type: Feature Request
    1

    Hi Team,

    I would like to request an CancelIconClass property for the Kendo UI Grid's toolbar which would allow an easier way to change the cancel icon rather than using CSS. 

    Thank you!

    Unplanned
    Last Updated: 24 Feb 2021 19:30 by ADMIN
    Created by: Dev
    Comments: 0
    Category: Grid
    Type: Feature Request
    1

    Hi Team,

    We'd like to ask for the functionality of saving asynchronously records with the Kendo UI Grid in a Batch edit mode that would be non-blocking and not interrupting.  For example, a user can continue to edit without the loading symbol appearing and causing a delay in editing when the dataSource.sync() fires.

    Thank you!  

    Unplanned
    Last Updated: 19 Mar 2021 19:40 by ADMIN
    Created by: Ledcor Development Team
    Comments: 0
    Category: Grid
    Type: Feature Request
    1

    Hi Team, 

    I would like to request the built-in functionality to include fixed headers for the Kendo UI Grid.  Specifically, it would be great if it could be included for Hierarchical Grids and Detail Grids.  

    Thank you!

    Unplanned
    Last Updated: 19 Mar 2021 19:40 by ADMIN
    Created by: Ledcor Development Team
    Comments: 0
    Category: Grid
    Type: Feature Request
    1

    Hi Team,

    I would like to request the functionality of including a floating horizontal scrollbar.  Specifically, this would be for Hierarchical Grids and Detail Grids.

    Thank you!

    Unplanned
    Last Updated: 07 Apr 2021 14:37 by ADMIN

    Bug report

    Remote data source is not correctly "in sync" when page up/page down buttons are used in Grid with Endless scrolling of remote data


    Expected/desired behavior
    Endless scrolling shall behave as when the mouse scrolling is used

    Environment
    Kendo UI version: [all]
    jQuery version: [all]
    Browser: [all] 

    Unplanned
    Last Updated: 05 Jul 2021 08:01 by ADMIN
    Created by: Miro Liska
    Comments: 5
    Category: Grid
    Type: Feature Request
    1
    Include the option for the Grid to be resized when a column is resized. The functionality would work like the ResizeGridOnColumnResize option in the AJAX Grid - https://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/columns/column-row-resize-reorder/defaultcs.aspx
    Unplanned
    Last Updated: 04 Jun 2021 18:37 by ADMIN
    Created by: Archana
    Comments: 0
    Category: Grid
    Type: Feature Request
    1
    I would like to request the updating of multiple records when the grid is in "InLine" edit mode. The changes could be saved through the grid's toolbar "Save" command similar to the "InCell" edit mode.
    Unplanned
    Last Updated: 16 Jun 2021 10:38 by ADMIN

    Currently it is only possible to include some custom header/footer data in an exported Excel worksheet. which is either at the beginning or the end of the rows.

     

    It would be nice to have a feature to set the Excel-Header/Footers from Kendo UI while creating the export file. This Excel headers/footers are only visible when the Excel-Sheet gets printed e.g. you can include Report-Name, creation date or page x of y information.

    Have a look at the Header/Footer feature in Excel: Headers and footers in a worksheet - Excel (microsoft.com)