Completed
Last Updated: 13 Dec 2019 14:53 by ADMIN

In the popup edit grid, when the editable: false option is displayed, the portion of the value is at the top rather than horizontal. Can you change it horizontal?
Completed
Last Updated: 29 May 2020 07:45 by ADMIN
Release 2020.R1.SP2

Bug report

When the horizontal scroll of the grid is shown and is configured for RTL, the resize handle is mispositioned. 

Reproduction of the problem

1. Make the grid scrollable and set explicit widths to all columns.

2. Make the grid RTL.

3. Introduce multi-column headers.

4. Notice that the columns cannot be resized due to the disposition of the handler.

5. Dojo for replication:

https://dojo.telerik.com/IZInOVUd

6. Notice that whenever the horizontal scroll is not present, the resize handle is positioned correctly.

Environment

* **Kendo UI version:** 2019.3.1023
* **jQuery version:** 1.12.4
* **Browser:** [all] 

Completed
Last Updated: 27 Apr 2020 12:26 by ADMIN
Release 2020.R2
Created by: kvlachakis
Comments: 1
Category: Grid
Type: Bug Report
0

Hi,

the adaptive rendering in the grid control is not working in the current version(2019.3.1023).

To reproduce go to https://docs.telerik.com/kendo-ui/controls/data-management/grid/appearance/adaptive#configuring-panes-on-mobile --> Open in Dojo --> Run and the 2 rows are not displaying. If you switch to version, choose Library dropdown, 2018.3.1017 or up to 2019.1.220 the 2 rows are ok. 

Similar behaviour is inspected to the scheduler control agenda view. To reproduce go to https://docs.telerik.com/kendo-ui/controls/scheduling/scheduler/adaptive-rendering#configuring-panes-on-mobile --> Open in Dojo --> Run --> change view from week to Agenda and the 2 events are not shown. If you switch to version, choose Library dropdown, 2018.3.1017 or up to 2019.1.220 the 2 events are ok. 

Tried in chrome, safari and mobile phones.

thanks,

Kostas Vlachakis

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

    Completed
    Last Updated: 06 Oct 2020 14:46 by ADMIN
    Release 2020.R1.SP1
    Created by: Gary
    Comments: 0
    Category: Grid
    Type: Bug Report
    0

    Bug report

    Regression introduced in 2019.2.619.
    Related commit: telerik/kendo@2a806f6#diff-f810c335b76ea2e4d78327457f230a46L3882-R3882

    Reproduction of the problem

    Dojo example.

    1. Add a new record.
    2. Click "Update" in the editor.

    Current behavior

    The following validation message is displayed: ! name

    Expected/desired behavior

    The validation message should be: ! name is required

    Environment

    • Kendo UI version: 2019.3.1023
    • jQuery version: x.y
    • Browser: [all]
    Declined
    Last Updated: 06 Oct 2021 14:51 by ADMIN

    I'd like the ability to choose the behavior of mutli-row selection on a virtual grid with persisted selection.

     

    For purpose of example, assume we have a virtual grid with 50 rows (pager controls not shown), a page size of 10, and persisted selection.

    1. Select row 1 on page 1.

    2. Scroll down to trigger page 2 to load (rows 11-20).

    3. Select row 11, page 2.

    4. Current Behavior: Both row 1 and row 11 remain selected.

    5. Desired Behavior: Only row 11 remains selected.

     

    Reasoning: I believe that a virtual scrolling grid should have selection behavior identical to a single page. That means that the only way to add rows to the selection is holding down control/shift during selection. In other words, on page 1 of the above example, if I select row 1, then row 2, only row 2 remains selected. If I select row 1, then Ctrl+click/Shift+click row 2, both remain selected. For virtual scrolling where multiple pages are displayed fluidly as if a single page, it seems odd to have the selection behave differently.

    Completed
    Last Updated: 10 Jan 2024 08:12 by ADMIN

    Bug report

    Reproduction of the problem

    Dojo example.

    1. Drag the page splitter to resize the screen and see the Grid's pager correctly switch between the different responsive styles (expected)
    2. Click the "Open Modal" button, which opens a Kendo Window with another Grid in it
    3. Drag the page splitter and/or resizing the Window to see each of the Grid's paging styles changing accordingly (expected)
    4. Close the Window (destroy is called in the deactivate event handler)
    5. Try again to drag the page splitter to resize the screen. This time, the Grid's pager is no longer responsive

    Current behavior

    Responsiveness of the pager of a Grid declared outside the Window is affected by the Window's destroy method.

    Expected/desired behavior

    Calling the destroy method has no unexpected effect on components that are not nested in the Window.

    Environment

    • Kendo UI version: 2019.3.1023
    • jQuery version: x.y
    • Browser: [all ]
    Unplanned
    Last Updated: 15 Oct 2020 12:54 by ADMIN
    Scheduled for 2020.R3.SP.next
    Created by: pablo
    Comments: 1
    Category: Grid
    Type: Bug Report
    0

    Hello, the Excel Export doesn't export the columns headers sums (view in image).

    Is it possible export to Excel columns headers sums?

    Declined
    Last Updated: 19 Jan 2023 13:41 by ADMIN

    Bug report

    When the Kendo UI Grid is paged and the Search panel input is focused, the page is automatically switched to the first one.

    Reproduction of the problem

    1. Navigate to the live demo:

    https://demos.telerik.com/kendo-ui/grid/search-panel

    2. Change page to 2 (for instance).

    3. Focus the Search panel input.

    4. The page is changed to the first one.


    Expected/desired behavior

    When the search panel is empty and only focused, the page should remain the same.

    Environment

    * **Kendo UI version:** 2019.3.1023
    * **jQuery version:** 1.12.4
    * **Browser:** [ IE 11.768.17763.0] 

    Declined
    Last Updated: 18 Dec 2019 15:56 by ADMIN
    Created by: Jay
    Comments: 2
    Category: Grid
    Type: Bug Report
    2
    While the grid pager is enabled, if set a new datasource of this grid via javascript ( grid.setDataSource(new kendo.data.DataSource(obj)) ), multiple pager numbers wrapper wil be created. And this makes pager layout wrong.
    Completed
    Last Updated: 13 Jan 2020 09:21 by ADMIN
    Release R1 2020

    Bug report

    Regression introduced in R3 2019 SP1. Reproducible with the LESS themes.

    Reproduction of the problem

    Dojo example.

    1. Open a column filter menu and click on one of the dropdowns in it.

    Current behavior

    All of the text in the filter menu gets selected.

    Expected/desired behavior

    No text selection.

    Environment

    • Kendo UI version: 2019.3.1023
    • jQuery version: x.y
    • Browser: [Chrome 77 | Firefox 69 ]
    Declined
    Last Updated: 12 May 2025 13:35 by ADMIN
    Created by: Peter
    Comments: 5
    Category: Grid
    Type: Bug Report
    1
    • Create e.g. local data grid (id, name)
    • add 2 records => { id: 1, name: "null", id: 2, name: "Jack" }
    • Name column for id = 1 is empty

    I have tested this on your example for local data grid. It can be applicable also for remote grid, treelist, etc.

     

    Declined
    Last Updated: 18 Dec 2019 16:01 by ADMIN
    I try to use new search panel with server side pagination, but it do not work properly.
    Completed
    Last Updated: 30 Oct 2019 07:41 by ADMIN
    Created by: Martin
    Comments: 3
    Category: Grid
    Type: Feature Request
    1

    Currently, you cannot disable all columns in the column menu - it requires that at least one column is enabled.

    However, if the grid contains any non-hidden columns which have IncludeInMenu=false, then it should be possible to disable all the remaining columns using the column menu.

     

     

    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: 07 Oct 2019 07:46 by ADMIN

    Hi.

    kendoGrid Pager has a feature of disabling focus of pager arrows with a tabindex="-1".

    I was able to override this behavior in some cases. But sometimes it becomes tricky to override this behavior.

    My question is:

    "Is it possible to disable this behavior, not to override it but really disable. Or if not - maybe you have plans to add such an option in the future (maybe I can submit to the feature updates somewhere)?"

    Unplanned
    Last Updated: 10 Oct 2019 04:37 by ADMIN

    I'd like to request the functionality to change the multiple selection process of the Kendo UI Grid to be the same as Excel.  For example, the following shows a block of cells selected instead of all of the cells in-between the selected cells from Shift+Clicking:

    Thank you!

    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: 30 Sep 2019 12:34 by ADMIN
    Created by: Peter
    Comments: 1
    Category: Grid
    Type: Feature Request
    0

    As followup on Ticket ID: 1431527 screenshots and sample code provided.

    "The GridColumnBuild does not have an implementation for the Locked functionality against the dynamic type. The class that gets serialized and sent to the client-side would not have a property for the locked column, therefore, there would be no locked columns."

    Can you please examine this functionality?

     

    Best,

    Peter

    Completed
    Last Updated: 24 Jan 2024 14:29 by ADMIN
    Created by: Bridge24
    Comments: 5
    Category: Grid
    Type: Feature Request
    12

    Hi, we use the grid "toolbar" property.  But, we found that the documentation of the kendoToolBar "standalone" offers more possibilities, like adding a type "separator", groups, toggle, ...

    My question is:
    When I create my grid, is it possible to get a reference to its containing kendoToolBar (if it's a complete kendoToolBar ?), that allow to add more complex items.

    Something like: 

    var kgrid = $('#grid1').kendoGrid({toolbar: [...]}).data("kendoGrid").

    var kToolbar = $('#grid1 .k-grid-toolbar').data("kendoToolBar") // or kgrid._secret_property?

    kToolbar.add({type: "separator"})

    I tried that, but the kToolbar is undefined.