Unplanned
Last Updated: 18 Oct 2021 15:36 by ADMIN
Created by: Matthew
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request to set the Grid's toolbar overflow to visible or a way to modify it's configuration within the API rather than it's current configuration to allow Kendo UI Menu items and other dropdown components from hiding behind the Grid body. 

For now, I'm using the following:

          .k-grid-toolbar {
            overflow:visible;
        }

Thank you!

Unplanned
Last Updated: 10 Jan 2023 10:26 by Mike
Created by: Mike
Comments: 0
Category: Grid
Type: Feature Request
1
Currently, there is no easy way to modify the default "hint" when the Grid row is being reordered. It will be helpful to have a property that enables the developer to change the hint of the internal draggable component. 
Unplanned
Last Updated: 09 Nov 2022 19:51 by Cyrille
Created by: Cyrille
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to ask for the functionality to be able to configure the detailTemplate to allow it to move in an upward direction.    

Thanks!

Unplanned
Last Updated: 10 Nov 2022 15:27 by Francesco
Created by: Francesco
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to ask for the functionality to expand the allowCopy configuration to include multiple Grids.  This would be great to additionally include detail Grids.

Thank you!

Unplanned
Last Updated: 28 Oct 2022 22:22 by Carlos
Created by: Carlos
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request when a user edits a cell, to make the cell available after editing to allow it to be easily focusable though the API.  This way, if the user sorts the columns, it will be available to be focused. 

Thank you!

Unplanned
Last Updated: 08 Sep 2022 14:04 by Jinyoung
Created by: Jinyoung
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request to incorporate a Select-All checkbox which would, by default, select all items across the Kendo UI Grid pages.  Additionally, it would be helpful to have this available for virtual scrolling.  

Thank you!

Completed
Last Updated: 18 Aug 2023 11:20 by ADMIN
Release R2.2023-Increment.1(15.Mar.2023)

Hello, 

I am no longer able to change grouped columns in their position. This bug seems to have arisen with the version Kendo UI 2022 R1. I have created a gif and a dojo for you. Dojo Also, as you can see in the gif and dojo, the "group" event is not fired on a reorder. 

Thanks.

Unplanned
Last Updated: 09 Sep 2022 16:33 by Maggie
Created by: Maggie
Comments: 0
Category: Grid
Type: Bug Report
1

Bug report

The first unlocked column cannot be dropped into the next locked column.

Reproduction of the problem

  1. Go to the following Progress Kendo UI Dojo.
  2. Start drag from the ShipCountry (the first unlocked column) column header.
  3. Drop to ShipName(locked column) column header.

1579087_1

Expected/desired behavior

ShipCountry should become a locked column and move to next to ShipName like how it worked in version 2021.3.914.

1579087_2

Environment

  • Kendo UI version: 2022.2.802
  • jQuery version: All Supported Versions
  • Browser: All
Unplanned
Last Updated: 24 Aug 2022 19:10 by Anusuya
Created by: Anusuya
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to revert the column size for the Kendo UI Grid using the API without refreshing the page. 

Thank you!

Unplanned
Last Updated: 06 Mar 2024 08:26 by ADMIN
Created by: Rajpradeep
Comments: 6
Category: Grid
Type: Bug Report
1

Bug report

When using the Selection and Export Grid Demo in Safari, and pasting the cells in Excel, there appears to be some extra empty lines below the paste.

Reproduction of the problem

  1. Open the demo URL in Safari browser.
  2. Select few cells and choose Copy option from the context menu.
  3. Open an Excel file and paste the copied items (extra empty lines are pasted at the end).

Expected/desired behavior

The pasted lines should not include any additional empty lines beneath the specific content.

Environment

  • Kendo UI version: 2022.2.802
  • jQuery version: All Supported
  • Browser: all
Completed
Last Updated: 22 Nov 2023 10:01 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

Bug report

When a PopUp edit mode is used with a custom template, the template is shown with an additional edit field for each column. The problem appears only on a mobile.

Reproduction of the problem

Open the following dojo example:
https://dojo.telerik.com/AKoyIqit/7
on a mobile phone and try to edit a record in the Grid. The template appears, but also an input field for each column is shown.

Expected/desired behavior

Only the declared template should be shown inside the PopUp window.

Environment

  • Kendo UI version: 2022.2.802
  • Browser: [all]
Unplanned
Last Updated: 15 Sep 2022 08:15 by Kevin
Created by: Kevin
Comments: 0
Category: Grid
Type: Feature Request
1

Hello Team, 

Currently, the Kendo Grid is supporting natively CheckBoxes and ComboBoxes only in the various editable modes. I would like to request a feature that allows these components to be constantly visible in the grid. So far, I have used the available Knowledge Base article, but it is inappropriate in my user case as it slows down the execution.

Thank you!

Unplanned
Last Updated: 29 Sep 2022 17:37 by Kevin
Created by: Kevin
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a demo/functionality to configure the Kendo UI Grid to allow filtering with both an AutoComplete and MultiCheckBox filters.  This way, the user will be able to type as they go in the AutoComplete and be able to select checkboxes of selected items.  

Thank you!

Unplanned
Last Updated: 14 Oct 2022 14:06 by Kevin

Hi Team,

I would like to request when using a MultiCheckBox filter that if the user applies a filter to one column that only those results will be available in other columns filter menus. 

For example, in the following image from the Filter Menu Checkboxes demo, if a user chooses Sales Manager, only Steven should be available.  Currently, it shows all results instead:

 

Thank you!

Unplanned
Last Updated: 24 Apr 2023 19:51 by Vinicius
Created by: Vinicius
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to ask to add the Kendo UI Toolbar's overflow functionality to the built-in Kendo UI Grid's buttons. 

Thank you!

Unplanned
Last Updated: 07 Jun 2023 20:00 by Mark
Created by: Mark
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to add a button into the Kendo UI Grid's pager using the built-in API.  Maybe adding a Pager Template might help.

Thank you!

Completed
Last Updated: 06 Jul 2023 14:46 by ADMIN
Release R3.2023-Increment.1(19.July.2023)
Hi Guys

Testing the latest v2023.2.606 release I have hit a regression regarding filtering.

To demonstrate open the 'jQuery Grid Frozen Columns' demo

On the 'Order Id' column
    - Open the filter menu
    - Set the value to 10248
    - Hit the Filter button

The grid will be filtered but the Column & Filter menus remain open and the following JavaScript errors are generated

Firefox
    Uncaught TypeError: this.popup is undefined
        _closeForm https://kendo.cdn.telerik.com/2023.2.606/js/kendo.all.min.js:10
        _reset https://kendo.cdn.telerik.com/2023.2.606/js/kendo.all.min.js:10
        jQuery 2
            dispatch
            handle

Chrome
    Uncaught TypeError: Cannot read properties of undefined (reading 'close')
        at init._closeForm (kendo.all.js:325519:2)
        at init._submit (kendo.all.js:325519:2)
        at HTMLFormElement.dispatch (jquery.min.js:3:12445)
        at r.handle (jquery.min.js:3:9174)

Note: Not all of your demos exhibit the issue (but 100% of my grids do) so they must be something special regarding the options enable for particular grids.

Hopefully you can find and fix this bug quickly because upgrading to v2023.2.606 is not a viable option here.

Regards
Alan
Unplanned
Last Updated: 02 Mar 2023 19:18 by Haritian
Created by: Haritian
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to configure the Kendo UI Grid to allow dragToSelect selection with batch editing functionality.  

Thank you!

Unplanned
Last Updated: 24 Mar 2023 10:33 by ADMIN
Created by: Mark
Comments: 2
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request the functionality to export from the server easily and to be able to chunk/unchunk data.  I will elaborate further.

Thanks!

Unplanned
Last Updated: 13 Mar 2023 17:08 by Avinash
Created by: Avinash
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to ask for the functionality to highlight text in a cell as the user searches text for the Kendo UI Grid. 

Thank you!