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

Unplanned
Last Updated: 28 Oct 2022 22:22 by Carlos
Created by: Carlos
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request when a user edits a cell, to make the cell available after editing to allow it to be easily focusable though the API.  This way, if the user sorts the columns, it will be available to be focused. 

Thank you!

Unplanned
Last Updated: 04 Nov 2022 11:18 by ADMIN
Created by: Tech
Comments: 1
Category: Grid
Type: Feature Request
0

hi,

when filtering a column in a grid, when we type some text it searches for that text but when the column contains accented characters, we need to specify the accented character or else it will only search for normal characters.

 

Column with a mix of accented and normal characters values (subset)
REÉR
REÉÉ-F
REER-F

when typing re, I get all the above but if I type ree, I only get REER-F, I would like to get all 3 since E and É are the same search wise.

when typing re

when typing ree


Declined
Last Updated: 04 Nov 2022 12:19 by ADMIN

Hello,

With a grid configured with the Search,  if a search is carried out with pre-existing filters on non-searchable columns, the pre-filtered columns are cleared in the search result.

Consider a basic grid as per the following Dojo:

https://dojo.telerik.com/axuFURen

It is configured to search on one column - name.


I can filter on the age, to show those aged 33

With the age filter applied, I then want to search that dataset, so I enter a value in the search control.

The result is that I only get the data filtered on the search input - the age filter has been cleared.

 

Summary

The search control should be configurable to either combine or ignore other filters.

 

Declined
Last Updated: 26 Oct 2022 10:44 by ADMIN
Created by: Jamie
Comments: 1
Category: Grid
Type: Bug Report
0

On a grid with the pager refresh button enabled, when the refresh button is clicked, it stays in the highlighted/selected animation state. Only clicking off the button and somewhere else on the page restores the button to its initial visual state.

Grid pager refresh button stuck highlighted | Kendo UI Dojo (telerik.com)

Since 2021.R3; prior versions do not animate the button on click thus do not exhibit this.

Tested in Chrome/Edge.

Unplanned
Last Updated: 20 Oct 2022 08:55 by ADMIN
Created by: Paweł Korczak
Comments: 3
Category: Grid
Type: Feature Request
0

Hello

Today I noticed a bug in the GRID control.

If it applies formatting so as not to wrap the line.
Then the standard export to PDF incorrectly shows these lines too long.

I have modified this example
https://dojo.telerik.com/@p.korczak@info-kor.pl/aNOvOYIP

by adding a line
toolbar: [{name: "excel"}, {name: "pdf"}],
and see those lines where the description is too long

Paweł

 

Unplanned
Last Updated: 14 Oct 2022 14:06 by Kevin

Hi Team,

I would like to request when using a MultiCheckBox filter that if the user applies a filter to one column that only those results will be available in other columns filter menus. 

For example, in the following image from the Filter Menu Checkboxes demo, if a user chooses Sales Manager, only Steven should be available.  Currently, it shows all results instead:

 

Thank you!

Unplanned
Last Updated: 29 Sep 2022 17:37 by Kevin
Created by: Kevin
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a demo/functionality to configure the Kendo UI Grid to allow filtering with both an AutoComplete and MultiCheckBox filters.  This way, the user will be able to type as they go in the AutoComplete and be able to select checkboxes of selected items.  

Thank you!

Completed
Last Updated: 21 Sep 2022 07:26 by ADMIN
Release R1.2023-Increment.1(26.Oct.2022)

Hello!

dataSource.query causes Javascript Error "Cannot read properties of undefined (reading 'length')"

just only in the new 2022.3.913 Version

see  Kendo UI Snippet | Kendo UI Dojo (telerik.com)

Regards

Andreas

 

Unplanned
Last Updated: 15 Sep 2022 08:15 by Kevin
Created by: Kevin
Comments: 0
Category: Grid
Type: Feature Request
1

Hello Team, 

Currently, the Kendo Grid is supporting natively CheckBoxes and ComboBoxes only in the various editable modes. I would like to request a feature that allows these components to be constantly visible in the grid. So far, I have used the available Knowledge Base article, but it is inappropriate in my user case as it slows down the execution.

Thank you!

Declined
Last Updated: 20 Sep 2022 08:08 by ADMIN

Description:

Screen reader dependent user will be impacted if blank column headers are defined on the table. They get no information about that column.

Test environment:

Microsoft Edge Version 105.0.1343.33 (Official build) (64-bit)
OS version (OS Build 22000.856)
URL: https://demos.telerik.com/kendo-ui/grid/aggregates?_ga=2.128136910.351146969.1663006247-1325185890.1643853544

Repro Steps:

1. Open the given URL in Edge .
2. Enable Narrator using 'Ctrl+ Win + Enter' key.
3. Navigate to the table present Aggregate page. And navigate to the column headers.
4. Observe whether Blank column header is defined on the table or not.

Actual Result:

Blank column header should not be defined on the table present on Aggregates page. 
The narrator only reads its position.

Expected Result:

Appropriate name should be defined for the blank column header is defined on the table present on Aggregates page.
The narrator should also announce the same.

Additional Notes:

Same issue is observed on similar tables defined on the page.

Unplanned
Last Updated: 09 Sep 2022 16:33 by Maggie
Created by: Maggie
Comments: 0
Category: Grid
Type: Bug Report
1

Bug report

The first unlocked column cannot be dropped into the next locked column.

Reproduction of the problem

  1. Go to the following Progress Kendo UI Dojo.
  2. Start drag from the ShipCountry (the first unlocked column) column header.
  3. Drop to ShipName(locked column) column header.

1579087_1

Expected/desired behavior

ShipCountry should become a locked column and move to next to ShipName like how it worked in version 2021.3.914.

1579087_2

Environment

  • Kendo UI version: 2022.2.802
  • jQuery version: All Supported Versions
  • Browser: All
Unplanned
Last Updated: 16 Sep 2022 07:13 by ADMIN

Hi,

We have a grid with virtual scroll enabled.

When double-clicking on the first 15 rows resize handles, it behaves correctly, i.e it automatically fits the columns size to max row width.

The problem occurs now when we begin scrolling horizontally the grid : starting to the 16th column (red backgrounded) resize handle double click action behaves weirdly. Sometimes it fires a scroll event without doing else, sometimes it resizes the column but in the wrong way by reducing width.

Check this JsFiddle to reproduce the problem. Problematic column are red backgrounded.