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] 

Completed
Last Updated: 22 May 2020 12:19 by ADMIN
Release 2020.R2.SP.next
Created by: AGB
Comments: 1
Category: Grid
Type: Bug Report
3
Hi Guys,

I have just tripped over a problem in the 2020 R1 release whereby the sort indicator is not being shown when autoBind is set to false.

To illustrate the problem run the following dojo

    https://dojo.telerik.com/eMELiMut

which will show a sort indicator on the 'Ship Country' column.

Now if you uncomment 'autoBind:true' and 'dataSource.read();' and re-run you will see that although the data is being sorted correctly the 'Ship Country' column is missing the indicator.

Regards
Alan
Duplicated
Last Updated: 23 Jul 2020 14:09 by ADMIN
There is an annoying bug with the latest version of Kendo UI for jQuery (2020.2.617). In grids with commands, there is a problem in column menu. When we try to show/hide a column, another column is hidden. Here is a sample that reproduces the problem : https://dojo.telerik.com/@kakone/awUhelIZ. In this sample, try to hide the "Ship Country" column, you will see the problem.
Unplanned
Last Updated: 15 Jul 2020 07:07 by ADMIN
Created by: Velusamy
Comments: 1
Category: Grid
Type: Feature Request
3

Dear Team,

The following example code works well for exporting multiple grids in to the same pdf file. Will you please make the method _drawPDF() as public method?

Also it would be nice if you can give the public method with the options to provide the array of grid widgets to be exported in the same pdf.

So that we will be confident enough to make this feature in our solution, otherwise it would be a problem for us if the backward compatibility is not supported in the future releases of the Kendo UI.

https://docs.telerik.com/kendo-ui/knowledge-base/export-multiple-grids-in-the-same-pdf-file

 

Regards,

Velusamy

Completed
Last Updated: 11 Jul 2021 15:10 by ADMIN
Release 2020.R3.SP1
Created by: Kazimierz
Comments: 1
Category: Grid
Type: Bug Report
3

Issue that I have can be observed on any grid with checkbox selection and filtering enabled at the same time (I edit this demo https://demos.telerik.com/kendo-ui/grid/checkbox-selection by adding filtering an already I can see my problem).

I have a grid with 10 records with checkbox selection, filtering and "persistSelection" option enabled. I select a single record with a checkbox. I use filtering and only 5 records remain visible, selected record is not visible (didn't match the filter). When I clear the filter my selected record remains checked. If I do the same but filtering causes all records to disappear then after clearing the filter my selected record is no longer checked. So we can see that selection persistence works differently depending on results of filtering. That is confusing and looks like a bug.

Unplanned
Last Updated: 10 Feb 2021 17:14 by ADMIN
Created by: Louis
Comments: 0
Category: Grid
Type: Feature Request
3

Hi Team,

I'd like to request the functionality to add an unsort option to the Kendo UI Grid's Groupable sort direction.  

Thank you

Unplanned
Last Updated: 16 Mar 2021 18:10 by ADMIN

Hi Team,

I would like to request the functionality to allow the Kendo UI Grid to scroll up to request the next page of data.  This would allow the Grid to show new items to first, and older items to be requested upon scrolling up.

Thank you!

Completed
Last Updated: 07 Apr 2022 10:46 by ADMIN
Release 2022.R1.SP.next

### Bug report

When the grid uses GroupPaging, Locked columns and one group spans over two pages, the header rows on the second page are misaligned.

### Reproduction of the problem

1. Create a Grid with GroupPaging and Locked columns.

2. Expand a group that should span over the next page.

3. Navigate to the next page.

4. Rows are misaligned.

### TicketID:
1526394

### Environment

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

Completed
Last Updated: 16 Aug 2021 10:29 by ADMIN
Created by: Grant
Comments: 1
Category: Grid
Type: Feature Request
3

Currently the only way to make column headers fixed and always visible as you scroll through a Kendo Grid is to make the height of the grid fixed. This doesn't allow responsive UI and dynamic sizing of the grid. I would like to see support for having fixed headers regardless of height of the grid, such that the grid may fill whatever container it's in and change size while allowing this.

This Telerik response confirms the current functionality:

https://www.telerik.com/forums/columns-header-always-on-top

Completed
Last Updated: 02 Jun 2022 10:59 by ADMIN
Release 2022.R2.SP.next

It is possible to add new inline rows to grid even though they are not valid. 

Steps to replicate in attached dojo:

https://dojo.telerik.com/oJEMAPoJ

1. Apply any search in search panel

2. Click Add New Record (one or mutiple times)

3. Click SaveChanges

4. Delete search phrase

The result is that new rows have been added with empy ProductName column, which supposed to be required.

 

 

 

Unplanned
Last Updated: 14 Feb 2023 15:58 by Mark
Created by: Mark
Comments: 0
Category: Grid
Type: Feature Request
3

Hi Team,

I would like to request a sortable icon or indicator for columns which are sortable.  In other words, if the column is not sorted, but is sortable, have an icon show(like an up arrow next to a down arrow).  

Thank you!

Completed
Last Updated: 25 Jul 2023 10:51 by ADMIN
Release R3.2023-Increment.2(30.Aug.2023)
Created by: Matt
Comments: 0
Category: Grid
Type: Bug Report
3

Bug report

The Grid's pdf.repeatHeaders option does not display the column headers for each new page when exporting the Grid to PDF

Regression introduced with 2023.1.314

Reproduction of the problem

  1. Open the Grid Export to PDF demo - https://demos.telerik.com/kendo-ui/grid/pdf-export
  2. Export the Grid

Current behavior

The column headers are displayed only on the first PDF page

Expected/desired behavior

The column headers should be present for each PDF page

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all]
Completed
Last Updated: 27 Aug 2024 08:34 by ADMIN
Release 2024 Q4 (Nov)

Bug report

An error is thrown in the browser console when you navigate to the last Grid page when grouping is enabled.

Regression with 2022.1.301

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/aYInodep/3
  2. Expand the Canada group.
  3. Navigate to the last page

Current behavior

An error is thrown on the browser console.

Expected/desired behavior

No errors should be thrown in the browser console

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all]
Unplanned
Last Updated: 01 Dec 2023 16:46 by Vikas
Created by: Vikas
Comments: 0
Category: Grid
Type: Feature Request
3
Currently, the exportSelectedToExcel method outputs all of the selected records. However, in the context of a grouped scenario, the grouping headers and footers will be omitted. It would be beneficial if the method supports this scenario as well.
Completed
Last Updated: 13 Mar 2020 12:03 by ADMIN
Virtual scrolling does not work for big datasets in IE and Firefox. We need adaptive scrolling 
http://stackoverflow.com/questions/2402953/javascript-data-grid-for-millions-of-rows
Completed
Last Updated: 16 Mar 2020 11:37 by ADMIN
Created by: Imported User
Comments: 0
Category: Grid
Type: Feature Request
2
In your grid demos titled "binding to remote data" filter for column ship city when i choose operator does not contain operator and fill "Rio" value kendo grid sends empty filter GET parameter. I have observed similar bevavior in my project.
Completed
Last Updated: 04 Mar 2021 12:19 by ADMIN
I have an event handler for when a drop down inside the grid changes that calls .set("MyField", myValue).  Behind the scenes, kendo sets the current cell to the first cell in the grid!  I would like the current cell to be preserved so that the grid works for keyboard navigation as well as point-and-click.
Declined
Last Updated: 04 Mar 2021 12:13 by ADMIN
Created by: Paul
Comments: 2
Category: Grid
Type: Feature Request
2
In a grid with 'inline' edit that has rows that are wider the the viewport when entering edit mode the grid now positions on the first editable cell in the grid. This should be the cell that was selected before going into edit mode. In other words the grid should persist its scrolling position.
Declined
Last Updated: 16 Mar 2020 16:12 by ADMIN
Right now if you want to only show the editor for a column (eg bool field) you have to override the client template among other things and if you want to do it for many fields it can take a lot of code to accomplish.  It would be nice if there were a way to just specify for kendo to only show the editor for the field.
Completed
Last Updated: 22 Jul 2021 19:12 by ADMIN
Created by: Mike
Comments: 1
Category: Grid
Type: Feature Request
2
Add Shift+Space support in Grid to select contiguous rows using keyboard navigation. Currently, if the user wants to select 50 contiguous rows using the keyboard, he/she needs to hit Ctrl+Space 50 times.