Completed
Last Updated: 12 Apr 2022 13:33 by ADMIN
Release 2022.R1.SP.next

Bug report

When sorting is enabled for a virtualized Grid with local data, in some cases the Grid does not show correct items when sorted.

Reproduction of the problem

1, Open the Dojo example
2. Scroll to the bottom
3. Sort the Grid

Current behavior

Only the last 3 items are displayed. (screencast)

Note: The issue does not occur every time.

Expected/desired behavior

Enough items to fill the Grid height should be displayed. There should be no blank space without records.

Environment

  • Kendo UI version: 2021.2.616
  • 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.

Completed
Last Updated: 22 Nov 2021 15:57 by ADMIN
Pressing <Enter> should save grid row edited in-line by default, even if it has a sub-grid. Currently, if a grid row does not have a sub-grid, pressing <Enter> saves it when edited in-line, but if it has a sub-grid, that sub-grid gets expanded instead. I think, this is a non-standard behaviour (can be set by specifying some new option, but not by default). If my suggestion will be implemented, it will allow to speed up data entry, because if user types in some text in a text box, it is easier and faster for him to press <Enter> rather that switch to the use of mouse.

Also, pressing <Esc> cancels editing in any case (with sub-grid or without), which is correct.
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]
Completed
Last Updated: 27 Jan 2022 11:50 by ADMIN
Created by: Mark
Comments: 0
Category: Grid
Type: Feature Request
2
When a user zooms OUT on a browser(like Google Chrome) to 67% or 75%, sometimes the resize handles do not work.  We added css on top to see why(made the resize handle more visible).  The handle moves to the left the more the user zooms out.  Seems to work fine up to 80% but starts to fail after that.  Thanks
Completed
Last Updated: 20 Jan 2022 12:07 by ADMIN
Created by: Larry
Comments: 1
Category: Grid
Type: Feature Request
2
Add an beforeOnchange event that fires to allow additional validation before the change occurs. If returns false then onChange never is fired.
Completed
Last Updated: 20 Jan 2022 11:54 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
2
If you export your grid to Excel then you may have noticed that sometimes the columns are smaller than their content.
What I mean is, I have double click the coumn header in Excel to get the desired "auto-width".
It would be nice to have this functionality already in Telerik.
So that the column width perfectly fits its content.
Completed
Last Updated: 09 Sep 2022 08:24 by ADMIN
Release 2022.R3

Bug report

When calling the exportSelectedToExcel method and passing true to it, so that the headers are also exported, a js exception related to the aggregates (count, sum, etc.) is thrown.

Reproduction of the problem

Dojo example: https://dojo.telerik.com/UkIloRag/3

  1. Select a few cells and click the button above the Grid.

Current behavior

A js exception is thrown.

Expected/desired behavior

No js exception is thrown and the Grid is exported as expected.

Environment

  • Kendo UI version: 2022.2.621
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 22 Dec 2021 12:03 by ADMIN
kendo grid dynamic does not contain a definition for MinResizableWidth throwing this error on resize column ..multiple dynamic gids in my mvc view 

minResizableWidth float
The pixel screen width below which the user will not be able to resize the column via the UI.

Bug: Column Resize Handle not showing on dynamic Grid Columns

The problems are the hidden columns. If you have a hidden column in the grid, you can't resize all other columns after the hidden column. That is a very nasty bug, so please Kendo-UI team make a fix for it.
Completed
Last Updated: 04 Aug 2021 07:46 by ADMIN
Created by: Marcin
Comments: 0
Category: Grid
Type: Feature Request
2
Grouping row in grid can expand/collapse after click on any area on the row not only after click on plus/minus icon. This behavior is similar to checkbox in browser with label for attribute
Completed
Last Updated: 24 Sep 2019 08:35 by ADMIN
Created by: Michael
Comments: 2
Category: Grid
Type: Feature Request
2
Multiple String searching in standard filter.

Today the basic Grid filter for strings can be used to search for 1 or 2 items at best.  It would be great to be able to filter for > 2 items from 1 column at a time.  

A multicheck box filter does not work so well when you have 100k+ items, and the multicheckbox ends up with 1000s of items in it.  A string search is more appropriate for the end user.

Our current grid a user can filter for upwards of 500 strings of text in one column by treating the input as a textarea that is styled to auto-grow and is not resizable.
Completed
Last Updated: 16 Sep 2021 15:07 by ADMIN
Created by: Natalia
Comments: 2
Category: Grid
Type: Feature Request
2
The Grid should be able to easly navigate from rows with the keyboard, and also select them by enter.
Completed
Last Updated: 23 Nov 2021 08:08 by ADMIN
Release 2021.R3.SP.next
Created by: FlipOne
Comments: 1
Category: Grid
Type: Feature Request
2
Please implement multi-row drag-and-drop in the Grid widget.
Completed
Last Updated: 15 Jul 2021 10:46 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
2
Allow users to filter with null values
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.
Completed
Last Updated: 16 Dec 2021 12:02 by ADMIN
Right now kendo's system for alternating rows is to specify rowTemplate and altRowTemplate.  For any non-trivial row template, this makes for a big ugly DRY violation as you copypaste the entire template just to give it a different css class and leave it otherwise identical.  Any future changes to the template have to be made to both copies, and any potential template issues have to be tested on both even and odd numbered rows.

If rowTemplate received whether it's an alternate row as a template parameter, it would be easy to do common things on alternating rows without ever needing to define altRowTemplate.
Completed
Last Updated: 08 Jul 2021 11:17 by ADMIN
Created by: Giuseppe Porcelli
Comments: 1
Category: Grid
Type: Feature Request
2
It would be useful to add resize to content support for a grid column.
 
Also, resizing has the following issues:
1) The last column is difficult to resize as the right resize cursor is not visible after you reduce its size the first time
2) If you reduce the size of the last column, the background of the grid area is displayed. This is not ideal, it would be better if the row style (e.g. alternating) fills the empty space (add an empty column?)

Thanks!
Giuseppe
Completed
Last Updated: 03 Apr 2024 11:36 by ADMIN
Release 2024 Q2 (May)

Steps:

  1. https://dojo.telerik.com/URaJeSEk
  2. Click the "Change Price" button

Expected: kendoConsole logs the dataItem info in the top message
Actual: dataItem() doesn't find the model even though it exists in the Grid dataSource

In the Grid source code in the refresh function, _data is set to dataSource.view() if partialUpdate is true. For a grouped dataSource, view() will return the parents. This breaks the dataItem function since it relies on the flat array for retrieval.

It looks like this issue was introduced in version 2024.1.319 as it doesn't seem to affect 2024.1.130.

Completed
Last Updated: 24 Aug 2021 05:49 by ADMIN
Created by: Mahmud Cahid
Comments: 2
Category: Grid
Type: Feature Request
2
optional clearFilters button to grids toolbar
Completed
Last Updated: 23 Dec 2021 09:48 by ADMIN
Right now columnMenu is available in each column, along with that, it would be better if there is a centralised option where user can configure the columns.