Completed
Last Updated: 15 Jan 2025 14:43 by ADMIN

Bug report

Setting the columns.selectable to true does not override the selectable.mode when set to "single".

Reproduction of the problem

  1. Run this dojo
  2. Click on the header checkbox.

Current behavior

Only the checkbox in the first row is checked.

Expected/desired behavior

All the checkboxes on the page are checked

Environment

  • Kendo UI version: 2023.1.117
  • jQuery version: x.y
  • Browser: [all]
Unplanned
Last Updated: 02 Mar 2023 19:18 by Haritian
Created by: Haritian
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to configure the Kendo UI Grid to allow dragToSelect selection with batch editing functionality.  

Thank you!

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: 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: 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: 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: 18 Aug 2023 11:13 by ADMIN
Release R3.2023-Increment.2(30.Aug.2023)

Bug report

When the exportSelectedToExcel is used the field name is exported in the Excel file instead of the configured title.

Reproduction of the problem

  1. Open the Dojo.
  2. Select a cell or a row and click the 'Select and export' button.

Current behavior

The selected cell/row is exported to Excel, but the header contains the field name, instead of the configured column title.

Expected/desired behavior

The exported header should be the same as the configured column title (this is the behavior when the file is exported using the 'Export to Excel' from the Grid`s toolbar).

The issue is a regression since Kendo version 2022 R3 (2022.3.913)

Environment

  • Kendo UI version: 2023.1.117
  • Browser: [all ]
Completed
Last Updated: 13 May 2024 12:58 by ADMIN
Release 2024 Q2 (May)

Hello,

 

we have the following problem:

In the dojo https://dojo.telerik.com/uJUGEQuh clicking on a row from the skleton loader in the grid causes an error. It seems like you want to access the "id" field from the datasrouce model which doesn't exist in the loading animation.

model:
{
	id: "Id",
	fields: 
	{
		ProductName: { type: "string" },
		Id: { type: "number" }
	}
}

 

If you rename the "id" field to for exmaple "XXXX" the error message changes

from:

Uncaught TypeError: Cannot read properties of undefined (reading 'Id')

to:

Uncaught TypeError: Cannot read properties of undefined (reading 'XXXX')

 

We attached a gif of the problem and the code snipped of the dojo. The browser is Chrome Version 109.0.5414.120 (Official Build) (64-Bit)

 

Greetings

Ingo E.

Unplanned
Last Updated: 03 Feb 2023 21:14 by Roy
Created by: Roy
Comments: 0
Category: Grid
Type: Feature Request
2

Hi Team,

I would like to request a demo/configuration which would allow the user to click on a cell during editing and have a Kendo UI Dialog to contain an editor such as a TextArea. 

Thank you!

Completed
Last Updated: 20 Feb 2024 11:44 by ADMIN

Bug report

Using groupHeaderColumnTemplate in Group Paging causes group rows to render without a group-data-uid attribute

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

Inspect grouping row element

Expected/desired behavior
The group-data-uid attribute shall be present

Environment
Kendo UI version: [all]
jQuery version: x.y
Browser: [all]

Unplanned
Last Updated: 10 Jan 2023 10:26 by Mike
Created by: Mike
Comments: 0
Category: Grid
Type: Feature Request
1
Currently, there is no easy way to modify the default "hint" when the Grid row is being reordered. It will be helpful to have a property that enables the developer to change the hint of the internal draggable component. 
Completed
Last Updated: 21 Feb 2024 13:54 by ADMIN

Bug report

Sticky Column misalign on scroll with Safari IOS in Desktop Mode

Reproduction of the problem

Open: https://demos.telerik.com/kendo-ui/grid/sticky-columns

Make sure to "Request Desktop Website" with Safari  (it works fine in Mobile Mode)

Then try scrolling vertically in the grid particularly first dragging the frozen columns and then dragging the non-frozen columns

Environment
Kendo UI version: 2022.3.1109
jQuery version: All Supported Versions
Browser: Firefox 108.0

Completed
Last Updated: 21 Feb 2024 13:54 by ADMIN
Created by: Michael
Comments: 0
Category: Grid
Type: Bug Report
0

Bug report

Reproduction of the problem

Open: https://demos.telerik.com/kendo-ui/grid/frozen-columns

Make sure to "Request Desktop Website" with Safari  (it works fine in Mobile Mode)

Then try scrolling vertically in the grid particularly first dragging the frozen columns and then dragging the non-frozen columns

Environment
Kendo UI version: 2022.3.1109
jQuery version: All Supported Versions
Browser: Firefox 108.0

Completed
Last Updated: 13 Mar 2024 15:34 by ADMIN
Created by: Support
Comments: 0
Category: Grid
Type: Bug Report
0

We are using the columns.filterable.ui to initialize a kendoTextArea, if we write something and use the enter key to filter the value is ignored. 

Example:

https://dojo.telerik.com/iSElEkUL 

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: 08 Feb 2023 08:25 by ADMIN
Created by: Sam
Comments: 2
Category: Grid
Type: Feature Request
2

Hi Team,

I'd like to request the functionality to use the search panel with only the enter button with the built-in API.  Maybe add a search.minLength or search.SearchOnEnter configuration.  

Thank you!

Completed
Last Updated: 04 Jun 2024 06:22 by ADMIN
Release 2024 Q1

Bug report

When the number of groups is less than the page size count the grid does not display the entire set of groups

Reproduction of the problem

Run this dojo - https://dojo.telerik.com/@efb@qad.com/eCizuraT

Current behavior

Only a subset of the groups is displayed

Expected/desired behavior

All the groups should be displayed

Environment

  • Kendo UI version: 2022.3.915
  • Browser: [all]
Unplanned
Last Updated: 10 Nov 2022 15:27 by Francesco
Created by: Francesco
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to ask for the functionality to expand the allowCopy configuration to include multiple Grids.  This would be great to additionally include detail Grids.

Thank you!

Unplanned
Last Updated: 09 Nov 2022 19:51 by Cyrille
Created by: Cyrille
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to ask for the functionality to be able to configure the detailTemplate to allow it to move in an upward direction.    

Thanks!

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