Unplanned
Last Updated: 14 Feb 2023 16:01 by Mark
Created by: Mark
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to add text next to the pager icons.  For example, next to the previous button, have "Prev" next to it. 

Thank you!

Unplanned
Last Updated: 16 Feb 2023 10:46 by Peter
Created by: Peter
Comments: 0
Category: Grid
Type: Feature Request
1

I would like to implement a drag & copy support in the Grid. 

Users would drag a cell by the lower right corner over several other cells and the value in the cell would be copied to all the cells that the user dragged the mouse over. 

Same as the way it works in Excel.

Unplanned
Last Updated: 16 Feb 2023 14:11 by Mark
Created by: Mark
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to manipulate the autoFitColumns method to account for the header width as well.  This was the column won't shrink less than the column header text width.  Also, it would be nice for the sort icon's width to be included. 

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: 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!  

Completed
Last Updated: 25 May 2022 07:12 by ADMIN

Bug report

A js exception is thrown on selecting a row with the select method, when the Grid's scrollable option is disabled. The exception started appearing since R3 2020 SP1.

Reproduction of the problem

  1. Go to: https://dojo.telerik.com/adExIfAp/6
  2. Run the example

Current behavior

A js exception is thrown on calling the select method.

Expected/desired behavior

No exception is thrown.

Environment

  • Kendo UI version: 2021.1.224
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 12 Apr 2022 08:38 by ADMIN
Release 2022.R1.SP.next

Bug report

When the persistSelection option of the grid is disabled and several rows are selected across several pages, the selectedKeyNames() method returns all IDs instead of only the ones on the current page.

Reproduction of the problem

1. Set persistSelection to false.

2. Select several rows across several pages.

3. Call the selectedKeyNames method

4. Observe that IDs that are not on the current page are returned.

The steps can be replicated in the following live demo:

https://demos.telerik.com/kendo-ui/grid/checkbox-selection


### Environment

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

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!

Completed
Last Updated: 17 May 2021 15:17 by ADMIN
Release 2021.R2.SP.next
Created by: fereshteh
Comments: 2
Category: Grid
Type: Bug Report
1

Bug report

When a Kendo UI Grid has been initialized via a table, If the user sets the th element with data-menu="false", the menu attribute is read as a string instead of a boolean.

Reproduction of the problem

  1. Go to this Progress Kendo UI Dojo.
  2. The make and model have data-menu="false". But the column menu contains both columns.

Expected/desired behavior

The data-menu configuration should be parsed to a boolean.

Environment

  • Kendo UI version: 2021.1.119
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)

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: 08 Jul 2021 18:52 by ADMIN
Created by: Markus
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request the Kendo UI Grid's column.headerTemplate to contain args associated with the specific column for easier access to the column properties.

Thank you!

Unplanned
Last Updated: 29 Jun 2021 15:08 by ADMIN
Created by: Mark
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request the functionality to group data in a Kendo UI Grid but show only distinct records based on certain fields.

Thank you!

Unplanned
Last Updated: 21 Jul 2021 21:33 by ADMIN
Created by: Carlos
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request to be able to utilize a Kendo UI Template to modify the formatting and content of the Kendo UI Grid's content during PDF Export.  This would help gain access the grid data within the template so that I can "overwrite" the exported content's display template.

For example, the grid data could be extracted within the template.  In this case, the template could utilize a Bootstrap table with some CSS classes in which it could be exported as a PDF file.

This would allow me to have better control over the content size (margin, padding, etc.) since it would be a HTML template for the exported data.

Thank you!

Unplanned
Last Updated: 30 Jul 2021 15:09 by ADMIN
Created by: carlos
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request to include the field's column title into the column.groupHeaderTemplate. 

Thank you!

Unplanned
Last Updated: 07 Oct 2021 13:00 by ADMIN
Created by: Stéphane
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to include the input value within a Kendo UI Grid's search panel within the getOptions method.  This would allow for the search panel's input to be populated with the loaded state.  

Thank you!