Completed
Last Updated: 14 Oct 2020 12:13 by ADMIN
Release 2020.R3.SP.next
Created by: Abhilash
Comments: 0
Category: Grid
Type: Bug Report
0

Bug report

When the dataSource is set with the setDataSource method

Reproduction of the problem

Dojo example.

  1. Run the dojo
  2. Click the button
  3. Focus the first Grid cell. Press and hold the Down Arrow key to navigate through the rows

Current behavior

The scroll position is not updated while scrolling and navigation stops at 10347.

Expected/desired behavior

Scroll position is properly updated and the user can navigate to the end of the page.

Environment

  • Kendo UI version: 2020.3.915
  • jQuery version: x.y
  • Browser: [all ]
Completed
Last Updated: 19 Feb 2021 14:24 by ADMIN
Release 2021.R1.SP.next

Bug report

Selecting cells from the frozen table in Frozen columns + selectable: "multiple cell" scenario selects the bellow cells from the non-frozen table

Reproduction of the problem
Open below Dojo

https://dojo.telerik.com/exobAcEl

Scroll the horizontal scrollbar to the right.

Select some cells from the frozen table.

Move the scroller back to its original position.

Expected/desired behavior

Cells from the non-frozen table shall not be selected.

EnvironmentKendo UI version: [all]
Browser: all

Unplanned
Last Updated: 06 Oct 2020 11:19 by ADMIN

Bug report

Draggable does not respect dragging object width in Grid upon dragging a column

Reproduction of the problem
Open below Dojo

https://dojo.telerik.com/iSiSeCeb

Drag Shipped Date column from the right corner

Huge gap appear between the dragged column object and the pointer

Expected/desired behavior
Pointer shall be over the dragged object

EnvironmentKendo UI version: [all]
Browser: all

Completed
Last Updated: 07 Jun 2021 08:28 by ADMIN

Bug report
In Grid Multi filtering checkboxes and their labels are misaligned.

Reproduction of the problem

In the official demo: https://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes

Expected/desired behavior
Checkboxes and labels shall be aligned.

Workaround:

The following CSS can be applied:

<style>
       .k-label span {
         vertical-align: top;
       }
</style>

Dojo: https://dojo.telerik.com/OgiYEBiB

Environment
Kendo UI version: [all]
Browser: [all ]

Completed
Last Updated: 16 Oct 2020 05:44 by ADMIN
Release 2020.R3.SP.next
Created by: Alex
Comments: 1
Category: Grid
Type: Bug Report
1

Create Grid with scrollable, resizable, navigable settings set to true in RTL (Chrome Version 85.0.4183.121 (Official Build) (64-bit))

  • If scroll exists, resize in column will not work
  • after scrolling the scroll to left, when try to edit inline cell in left side, scroll eventually go back to the scroll start position(in the right) and cell is closed for edit(have no option to edit grid with big amount of columns)
  • after scrolling the scroll to left, mouse hover to column header removes all column headers, the headers appears after moving the scroll to the start position 

Link to Dojo:

https://dojo.telerik.com/IZInOVUd/4

 

video:

https://drive.google.com/file/d/1pQa4UVLcMUg929JgTtKJ1udxIAbWtn0m/view

 

Regards,

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: 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: 28 Sep 2020 11:04 by ADMIN

Bug report
Grid Filter Inputs Value Switch after filter is applied and filter menu reopened

Current behavior
When the second input in the filter menu is provided and grid filtered after reopening the filter menu the filtered value is bonded to the first input

Dojo to reproduce:

https://dojo.telerik.com/UXajIbey

Steps to reproduce:

1. Open filter menu for "Event Date" column

2. Set a filter value on the second DatePicker input and hit the Filter button

3. Reopen the filter menu on the same column

Expected/desired behavior
The filtered value shall be bonded to the input user has provided

Environment
Kendo UI version: all
Browser: all

Unplanned
Last Updated: 24 Sep 2020 05:56 by ADMIN
Created by: Inception
Comments: 1
Category: Grid
Type: Feature Request
0

It would be great if the selected operator could be made visible in a filter row. For instance when I select the operator "Is greater than or equal to" the filter button icon should reflect this operator option. Something like this:

Completed
Last Updated: 13 Jan 2021 16:14 by ADMIN
Release 2021.R1
Created by: omti
Comments: 0
Category: Grid
Type: Bug Report
1

Bug report

When the Grid is used with MVVM, if there is a footer template defined for a given column and 'data-auto-bind' is set to false, the footer template is not rendered properly.

Reproduction of the problem

  1. Open this Dojo and run it. See the expected footerTemplate result
  2. Change the 'data-auto-bind' property to false
  3. Run the project again

Current behavior

The footerTemplate defined for the "Unit" column is displayed under "ProductName"

Expected/desired behavior

The footerTemplate defined for the "Unit" column should be displayed under the "Unit" column

Environment

  • Kendo UI version: 2020.2.617
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 28 Aug 2020 21:37 by ADMIN
Created by: Luis Jara
Comments: 0
Category: Grid
Type: Feature Request
1

Hi, 

I would like to request the configuration of the Search Panel to have a custom search function.  For example, I could use this to modify search results(ie. ignore accents).  

Thank you!

Unplanned
Last Updated: 21 Aug 2020 12:58 by ADMIN

Bug report

Group Header appears multiple times on PDF Export if the group is separated onto multiple pages

Reproduction of the problem
Run the following Dojo:

https://dojo.telerik.com/itOpeGON/6

Click on export to PDF

Open the PDF

Scroll down until you reach Venezuela to see there are two headers for the same group

Expected/desired behavior
Only one group header shall be present at the export

Environment
Kendo UI version: all
Browser: all

Completed
Last Updated: 13 May 2021 07:34 by ADMIN
Created by: Sara
Comments: 2
Category: Grid
Type: Feature Request
1
In the detailed row template if have many child elements, is it possible to freeze the parent level? (Please find attached a picture)

It is very urgent for my project with Angular 8.


Would you please consider adding this feature?

If so, when do you plan adding it?



Duplicated
Last Updated: 15 Oct 2020 11:24 by ADMIN
Created by: Sara
Comments: 3
Category: Grid
Type: Feature Request
2
Hello,

I am working on a project with Angular 8. 
I am using Kendo detailed template to represent the data.

It is very needed for my project to have this working with locked columns.

In your documentation I have read that this is not possible yet.

Would you please consider adding this feature?

If so, when do you plan adding it?
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: 13 Aug 2020 11:44 by ADMIN
Created by: Hitesh
Comments: 1
Category: Grid
Type: Feature Request
0

Hi Team,

I am using the Kendo UI version [kendo/2020.1.114] and CSS - [kendo.default-v2.min] for adaptive rendering.  I am  facing issue to use Kendo Grid Adaptive Rendering feature in our Application as I am using KendoComboBox  to bind String type fields and KendoNumericTextBox for Decimal and Integer  type values. These are all working fine in WEB view but not working in Mobile View. All the kendo input controls are converted into normal html controls in Mobile Mode and break the KendoComboBox and NumericTextBox  by default feature in Kendo Grid Filter and numeric textboxes also allowing to input string values. So Please look into and help us to resolve  this problem.

Thanks

Completed
Last Updated: 24 Nov 2020 11:08 by ADMIN
Release 2020.R3.SP1

Bug report

Reproduction of the problem

Dojo example.

  1. Make several columns wider and then shrink one of them (See the attached video).
    Recording31.zip

Current behavior

Columns and headers are misaligned.

Expected/desired behavior

Columns and headers are properly aligned.

Environment

  • Kendo UI version: 2020.2.617
  • jQuery version: x.y
  • Browser: [Chrome XX]
Completed
Last Updated: 10 Sep 2020 08:07 by ADMIN
Release 2020.R3

Bug report

Expanding all detail templates via expandRow() on a Grid with many records and no paging enabled takes really long time

Reproduction of the problem

 - Open

Dojo: https://dojo.telerik.com/aBAseraz

- Click Expand All button (the page gets non-responsive for 70 seconds)

Expected/desired behavior
The above Grid shall expand all detail templates for a reasonable less amount of time. For example: 

Duplicated
Last Updated: 31 Aug 2020 08:12 by ADMIN
Created by: Oleg
Comments: 2
Category: Grid
Type: Bug Report
1

Hi!

I've found that column menu doesn't work properly when both columns.selectable and columnMenu are enabled. Just run this code snippet and try to enable/disable columns in column menu.


<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8"/>
    <title>Kendo UI Snippet</title>

    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2020.2.617/styles/kendo.default-v2.min.css"/>

    <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
    <script src="https://kendo.cdn.telerik.com/2020.2.617/js/kendo.all.min.js"></script>
</head>
<body>
  
<div id="grid"></div>
<script>
$("#grid").kendoGrid({
  columnMenu: true,
  columns: [
    { selectable: true },
    { field: "name" },
    { field: "age" },
    { field: "pet" }
  ],
  dataSource: [
    { name: "Jane Doe", age: 25, pet: 'dog' }, 
    { name: "John Doe", age: 71, pet: 'cat' } 
  ]
});
</script>
</body>
</html>

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