Unplanned
Last Updated: 26 Aug 2021 12:08 by ADMIN

Hi team,

To reproduce that, go to https://demos.telerik.com/kendo-ui/grid/persist-state

- first, inspect the TH element of the "Contact Name" column, no headers attribute. (screenshot 1)

- then click on "Save State" button and click on "Load State" button.

- now, inspect again the TH element and you will find the attribute "headers"="undefined", on each column actually. (screenshot 2)

Not a big deal but this makes an entry (serious) with the Axe plugin accessibility checker.

Please advise and propose a workaround if any.

Best regards,

Laurent.

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: 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: 03 Feb 2022 08:26 by ADMIN
Created by: Ɓukasz
Comments: 1
Category: Grid
Type: Feature Request
1
Allow users to get events callbacks in dragging columns in Grid widget i.e DragEnd, DragStart etc.
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: 16 Jan 2024 10:10 by Ahmed

Bug report

In a Grid that has locked columns, if you tab through the content and then tab back using Shift-Tab, the first column is not completely visible when you reach it.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/eKuKoFaN
  2. Navigate through the first row using Tab key.
  3. Navigate back to the cell in the CustomerID column using Shift+Tab

Current behavior

The column, including the header, is not completely visible.

Expected/desired behavior

The whole column should be visible.

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
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: 10 May 2024 14:18 by Edward
Created by: Edward
Comments: 0
Category: Grid
Type: Bug Report
1

Bug report

The filtering in the Grid component is generating a wrong expression.

Reproduction of the problem

  1. Open this Dojo example https://dojo.telerik.com/ebIpUrir
  2. Click on the Filter Column icon for the ShipCity and add startsWith: Oulu expression.
  3. Click on the Filter Row icon for the ShipName and add Empty expression.
  4. Open the Browser console's Network tab and inspect the request
  5. See the invalid expression

Current behavior

Expression looks like this ( ShipName eq null or ShipName eq '' and startswith(ShipCity, 'Oulu' ))

Expected/desired behavior

Expression should look like this ((ShipName eq null or ShipName eq '') and startswith(ShipCity, 'Oulu'))

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
Unplanned
Last Updated: 27 Sep 2021 08:09 by ADMIN

Hi Team,

This may be more of a bug, but kendo grid's copySelectionToClipboard and exportSelectedToExcel doesn't work with multi column headers. Unfortunatley for us, our grid completely configured with muktiple multi-column headers. Please look into this.

Thanks,

Indu

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: 20 Sep 2021 20:24 by ADMIN
Created by: Brian
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request your consideration to add support for date fields to be filtered via the Kendo UI Grid's search panel when utilizing server operations.  I understand currently this is a limitation but would like this to be incorporated in future releases. 

Thank you!

Unplanned
Last Updated: 27 Sep 2023 11:54 by Velusamy

This functionality is showcased in the following KB article:

https://docs.telerik.com/kendo-ui/knowledge-base/grid-filter-multi-checkboxes-external-datasource 

I'd like to request it as a built-in feature in the Grid.

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!

Unplanned
Last Updated: 21 Oct 2020 09:28 by ADMIN

### Feature Request

The TypeScript definitions of the Kendo UI Grid are missing the "editable" object - the object that is built runtime when the grid enters edit mode. 

### Environment

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

Unplanned
Last Updated: 05 Oct 2021 13:52 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 event handlers and/or functions with the kendo.Stringify() method.  I understand event handlers are not included in JSON.stringify, but I would like to ask for future implementation from Kendo to be able to include them. 

Thank you!

Unplanned
Last Updated: 05 Oct 2023 18:43 by Douglas Badin
Created by: Douglas Badin
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request to disable the AutoComplete functionality for string columns when the Filterable mode is set to row or menu, row.  This would help prevent extra Read calls for the string filters.  

Thank you!

Unplanned
Last Updated: 12 Oct 2021 15:55 by ADMIN
Created by: Jason
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to ask for the functionality to access the worksheet tabs to be able to format/change the contents of them.  I understand the title can be set, but I would like to be able to change the background color.

Thank you!

Unplanned
Last Updated: 01 Dec 2023 14:18 by Ahmed

Bug report

When there is horizontal scrolling in RTL Grid, the scroll starts from the last column, instead of the first one.

Reproduction of the problem

  1. Open the following Dojo example - https://dojo.telerik.com/oJataqac
  2. Observe the scroll of the RTL Grid

Current behavior

The scroll starts from the last column.

image

Expected/desired behavior

The scroll should start from the first column.

image

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
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: 04 Nov 2021 21:27 by ADMIN
Created by: SturmA
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request the Kendo UI Grid to allow virtual scrolling with smaller pagesizes.  I understand right now it is a limitation, but I would like to see this functionality in the future if possible.

Thank you!