Completed
Last Updated: 08 Dec 2023 13:30 by ADMIN

Dear Kendo-Team,

 

When using the less-based Bootstrap theme, the PDF export of a grid shows strange borders underneath header's column menus. Refer to the following DOJO for replication:

 

https://dojo.telerik.com/ePOSiluT

 

Enclosed you will find a screenshot of the PDF export, showing the strange borders.

 

Is this something we can easily (temporarily) fix on our own by adjusting some CSS styles?

 

Bye

Ralf

Completed
Last Updated: 06 Dec 2023 07:47 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)
Created by: Taki Xaftellis
Comments: 0
Category: Grid
Type: Bug Report
0
Go to the inline edit demo

https://demos.telerik.com/kendo-ui/grid/editing-inline 

Inspect the first row and the tr element has role=row and aria-rowindex attributes.

Edit the row and then press the Cancel button and then reinspect and the attributes are now missing.
Unplanned
Last Updated: 05 Dec 2023 21:56 by Vugar
Created by: Vugar
Comments: 0
Category: Grid
Type: Feature Request
2

Hi Team,

I would like to ask for a configuration to be added to the Kendo UI Grid which would allow for the ScrollBar thickness to be modified.  

Thank you!

Completed
Last Updated: 04 Dec 2023 16:33 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

When using Grid custom editor, the Kendo Editable adds data-binding for the value for both the hidden and the visible inputs of the ComboBox. This results in a field named [propertyName]_input to appear in the item model after it has been edited.

The way this happens is a bit inconsistent and depends on setup, but in the linked dojo, using tab after editing causes this to happen, but in our applications pressing enter  and sometimes even clicking off the editor causes this issue. 

Reproduction of the problem

  • Go to the following Dojo sample; https://dojo.telerik.com/OfiCoyog
  • Edit the category column and wait for the combobox.
  • Type free text, without selecting a value;
  • Press tab - the value won't be updated. Also, if you look at the Item, it will have a Category_input field, that has been added, while editing;

 

See here for the original bug. https://github.com/telerik/kendo-ui-core/issues/3427#issue-244359311

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.
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]
Completed
Last Updated: 28 Nov 2023 14:55 by ADMIN
Created by: Satish
Comments: 3
Category: Grid
Type: Feature Request
4
Kendo grid doesn't have in-built functionality to prevent row selection based on some condition.
One way is to remove css class "k-state-selected".
But i think there should be something like "changing" event which will be called before "change" event.
In that event developer write code and can cancel "change" event.
Or 
Boolean property something like "enabled" at row level (or cell level for cell selection) .
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]
Completed
Last Updated: 22 Nov 2023 08:29 by ADMIN
Release R1.2024-Increment.2(31.Jan.2024)

Bug report

In the draggable Grid, after new items are created the dragging of the rows does not work as expected.

Reproduction of the problem

  1. Open the Dojo example - https://dojo.telerik.com/@NeliKondova/USiBUBex
  2. Add multiple items - lets say 4,5,6
  3. Try to drag the rows to reorder them.

Current behavior

Sometimes the rows can not be moved at all, sometimes it is dropped in the wrong place.

Expected/desired behavior

The rows should be dragged and dropped without any issue even after creating new items in the Grid.

Environment

  • Kendo UI version: 2023.2.718
  • Browser: [all ]
Unplanned
Last Updated: 16 Nov 2023 12:19 by Paul

Bug report

Grid with ColumnMenu groups in combination with multi-column headers gives an error:

kendo.all.js:326079 Uncaught TypeError: Cannot read properties of undefined (reading 'length')

Reproduction of the problem
Dojo: https://dojo.telerik.com/EtEQeBIy

Expected/desired behavior

ColumnMenu groups shall work together with multi-column headers

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

Completed
Last Updated: 01 Nov 2023 15:18 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)
Created by: Satish
Comments: 0
Category: Grid
Type: Bug Report
0

Bug report

The Grid column header texts collides with the columnMenu icons.

Regression introduced with 2023.1.314

Reproduction of the problem

  1. Open this Dojo example or the Multi-Checkboxes Grid demo (on a small screen)

Current behavior

The column header text overlaps with the menu icon

Expected/desired behavior

the header text shouldn't collide with the menu icon

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all]
Unplanned
Last Updated: 24 Oct 2023 18:16 by Devin
Created by: Devin
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a row under the column titles which would hold aggregates similar to a footerTemplate. 

Thank you!

Completed
Last Updated: 23 Oct 2023 12:07 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)

Bug report

In an in-cell edit mode, if you edit a Grid cell with enter key, the Grid will scroll to the top.

Regression introduced with v2020.3.1021

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/ICoceZUp/3
  2. Scroll to the one of the last items
  3. Edit a cell
  4. Close the cell with Enter key

Current behavior

The Grid scrolls to the top

Expected/desired behavior

The Grid shouldn't scroll to the top.

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all]
Unplanned
Last Updated: 20 Oct 2023 05:36 by Michal

Bug report

When culture different than 'en-..' is set in Grid the validation.min for the Date field is not taken into account.

Reproduction of the problem

  1. Run the Dojo example - https://dojo.telerik.com/@NeliKondova/ILOpaQAv
  2. Select different cultures from the DropDown above the Grid
  3. Try to edit the row and expand the DatePicker nested in the Date1 column

Current behavior

In case a culture different than 'en-..' is selected the min value for the DatePicker is not applied.

Expected/desired behavior

The min value should be set for the DatePicker no matter of the culture.

Workaround

 edit: function(){
             $('[data-role="datepicker"]').data("kendoDatePicker").setOptions({ min: new Date()})
          },

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all ]
Completed
Last Updated: 19 Oct 2023 13:43 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)

Bug report

The Pager breaks if you use the setOptions method to alter its options.

Regression introduced with 2023.2.829

Reproduction of the problem

  1. Open the Pager Grid demo - https://demos.telerik.com/kendo-ui/grid/pager-functionality
  2. Check either of the checkboxes to change the Pager options

Current behavior

After checking a checkbox, only the arrows remain from the Pager.

Expected/desired behavior

The Pager should remain whole when you alter its options.

Environment

  • Kendo UI version: 2023.2.829
  • Browser: [all]
Completed
Last Updated: 19 Oct 2023 13:23 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)

Bug report

When PivotConfiguratorV2 and Grid are configured on the same page and sortable and/or filterable are enabled for both components an error is thrown in the console when trying to filter.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/utiHOPIc
  2. Click to filter the data in the Grid using the column menu

Current behavior

The following error is thrown in the console:
Uncaught TypeError: Cannot read properties of undefined (reading 'close')

Expected/desired behavior

There should be no error in the console and it should be possible for both PivotConfiguratorV2 and Grid to be sortable and filterable.

Environment

  • Kendo UI version: 2023.2.718
  • Browser: [all ]
Completed
Last Updated: 19 Oct 2023 13:00 by ADMIN
Release R1.2024-Increment.1(15.Nov.2023)
Created by: Johann
Comments: 1
Category: Grid
Type: Bug Report
7

Bug report

When a user cancels an inline edit, hidden columns appear instead of staying hidden.

Reproduction of the problem

  1. Go to this Progress Kendo UI Dojo
  2. Click Edit, and cancel the edit

Expected/desired behavior

The hidden columns should remain hidden upon canceling an edited row.

Environment

  • Kendo UI version: 2023.2.829
  • jQuery version: All Supported Versions
  • Browser: all
Completed
Last Updated: 11 Oct 2023 08:47 by ADMIN
Release R3.2023-Increment.3(11.Oct.2023)

Bug report

In a Grid with a locked column, if you use the setDataSource method, the row sizing stops working.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/uwIqiJIG/6
  2. Click the Set DataSource button

Current behavior

The Row sizing functionality stops working.

Expected/desired behavior

The row sizing should work

Environment

  • Kendo UI version: 2023.2.829
  • Browser: [all]
Completed
Last Updated: 10 Oct 2023 10:26 by ADMIN

Hello team,

I noticed a bug with Kendo Grid since the 2023 R2 release, including the SP1 and SP2. Navigation with TAB isn't working as it should be, like in 2023 R1.

You can see an example here if you switch between the libraries : https://dojo.telerik.com/aBAJEteY

When being on a cell and pressing TAB, we should move to the next cell in edit mode, but in the last versions of 2023 R2, 1 cell of out 2 enters the edit mode. If we even look closely, we see that the cell actually enters the edit mode but it leaves it very quickly.

It happens to me on Firefox

Hope this is a bug and not feature.

 

Unplanned
Last Updated: 09 Oct 2023 06:56 by ADMIN
It would be nice to be able to configure the grid in a way that when I collapse a group, the lines it was occupying are then filled up by the results from the following pages.

Kendo Grid currently only minimizes the results of the current page. It ignores the pageSize config we have set, not bringing more items to occupy the number of lines we have configured.

Here are some screenshots I took from the DevExpress grid. There you can see that the column year is grouped and initially the years 90 and 91 are expanded. When I collapse the year 90, the results from the year 91 fill up the space the other group was not using anymore.

http://imgur.com/a/IV4CT