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 ]

Unplanned
Last Updated: 04 Jun 2021 18:37 by ADMIN
Created by: Archana
Comments: 0
Category: Grid
Type: Feature Request
1
I would like to request the updating of multiple records when the grid is in "InLine" edit mode. The changes could be saved through the grid's toolbar "Save" command similar to the "InCell" edit mode.
Completed
Last Updated: 27 May 2021 10:53 by ADMIN

I'm trying to test the accessibility of the grid detailTemplate on https://demos.telerik.com/kendo-ui/grid/detailtemplate , namely keyboard navigation.

Honestly, I don't even know where I am. I know when I'm focused on the button "Edit in theme builder" (it's barely visible, but visible), and when I press tab, document.activeElement points to the first table header ("Last Name"), but it's not visible at all. Then I keep getting lost.

I have tested it with all sass-based themes and the less-based Material theme.

Unplanned
Last Updated: 21 May 2021 10:35 by ADMIN

The details for this can be found in ticket #1519224

Given some XML that has child nodes and attributes, I'm binding to a grid with no problem. The child grid for each row (built using detailInit) get's the data from the parent row e.data.get("BillRows")

If those rows have attributes, the '@' signs breaks the javascript for the grid. As you can see in the ticket, every attribute needs to be renamed before I can build the child grid.

Should be a way to use attributes in XML bound to a datasource/grid for all levels of grids.

Rick

Completed
Last Updated: 17 May 2021 15:17 by ADMIN
Release 2021.R2.SP.next
Created by: fereshteh
Comments: 2
Category: Grid
Type: Bug Report
1

Bug report

When a Kendo UI Grid has been initialized via a table, If the user sets the th element with data-menu="false", the menu attribute is read as a string instead of a boolean.

Reproduction of the problem

  1. Go to this Progress Kendo UI Dojo.
  2. The make and model have data-menu="false". But the column menu contains both columns.

Expected/desired behavior

The data-menu configuration should be parsed to a boolean.

Environment

  • Kendo UI version: 2021.1.119
Completed
Last Updated: 14 May 2021 10:53 by ADMIN
Add the ability to display the Show/Hide Column menu by right clicking the Column Header instead of going through the "Column Menu".

It would also be nice if you could access the Filter directly instead of going through the "Column Menu"

The current Column Menu unnecessarily hides functionality in a menu  that should be more easily accessible.
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?



Unplanned
Last Updated: 15 Apr 2021 11:01 by ADMIN
Created by: Lars Lykke
Comments: 0
Category: Grid
Type: Feature Request
5
would be nice to having an option to prevent specific column from re-ordering or re-sizing. 

In general, grid having command columns for Edit, Delete... etc buttons, these columns should not allow to reorder across columns.
Unplanned
Last Updated: 07 Apr 2021 14:37 by ADMIN

Bug report

Remote data source is not correctly "in sync" when page up/page down buttons are used in Grid with Endless scrolling of remote data


Expected/desired behavior
Endless scrolling shall behave as when the mouse scrolling is used

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

Declined
Last Updated: 01 Apr 2021 10:44 by ADMIN
Created by: Imported User
Comments: 4
Category: Grid
Type: Feature Request
23
We are needing the virtual scrolling to work for our project and also need the detail rows working. The explaination of the problem was described on the forums here:
http://www.kendoui.com/forums/ui/grid/hidden-detail-row-when-using-detail-template-and-virtual-scrolling.aspx
Declined
Last Updated: 30 Mar 2021 15:35 by ADMIN
Created by: Anna
Comments: 3
Category: Grid
Type: Feature Request
5
The grid "beforeEdit" event is designed, as per documentation, "for preventing the editing depending on custom logic".

However, this event provides only information about the edited row, not cell, which severely limits what that logic can do.

A related event, "edit", passes information about the container, which is a table cell in incell mode. There is no reason for "beforeEdit" not to do the same - both event are triggered merely several lines apart.
Completed
Last Updated: 29 Mar 2021 12:50 by ADMIN
Release 2021.R1
Created by: Amitesh
Comments: 1
Category: Grid
Type: Bug Report
0

Hi

Please see the attached. The search box styles are broken.

Unplanned
Last Updated: 26 Mar 2021 15:10 by ADMIN
Created by: Julianne
Comments: 0
Category: Grid
Type: Feature Request
2

Hi Team,

I would like to request the Kendo UI Grid to have a property for min-width for columns which are not resizable.  This way, when the screen reduces in size, the width will remain at a min width. 

Thank you!

Unplanned
Last Updated: 25 Mar 2021 11:54 by ADMIN
When using Grid with virtual scrollbar there is no possibilty to go to sepecific row programaticly. Especially for row that are not yet loaded.

I have managed to move the scrolbar using 

grid.virtualScrollable.verticalScrollbar.scrollTop(scrollRow[0].offsetTop + pageOffset * pageIndex);

however the calcualtion of the location of the row is impossible when rows have dynamic height.
Duplicated
Last Updated: 22 Mar 2021 13:59 by ADMIN
Created by: Imported User
Comments: 4
Category: Grid
Type: Feature Request
20
Have a simple Boolean option that tells the filter to either use or ignore the time portion of a filter on type 'date'. Filtering 'exactly' on date and time is almost useless, whereas filtering on a day provides useful information.
Completed
Last Updated: 22 Mar 2021 12:39 by ADMIN
Release 2021.R1.SP.next
Created by: Garry
Comments: 3
Category: Grid
Type: Bug Report
0

So we are loving the sticky columns in Kendo UI v2020.3.1118 JQuery Grid however we are experiencing a synchronisation issue between the column headers and the filter rows.

The attached screenshots and video show the problem.

I tried to find a solution in your KB's but am reaching out to you in case you can recommend a solution?

Ideally, the filter row would know about the sticky columns, but it seems not to.

Kind Regards, Garry.

Unplanned
Last Updated: 19 Mar 2021 19:40 by ADMIN
Created by: Ledcor Development Team
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team, 

I would like to request the built-in functionality to include fixed headers for the Kendo UI Grid.  Specifically, it would be great if it could be included for Hierarchical Grids and Detail Grids.  

Thank you!

Unplanned
Last Updated: 19 Mar 2021 19:40 by ADMIN
Created by: Ledcor Development Team
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request the functionality of including a floating horizontal scrollbar.  Specifically, this would be for Hierarchical Grids and Detail Grids.

Thank you!

Completed
Last Updated: 18 Mar 2021 12:22 by ADMIN
When using a grid vith virtual scrolling it is currently not possible to get the current result that is viewed. I wanted to show the user approximatelly where he/she currently, i.e., I wanted to display in the GUI something like "Displaying rows 501-600 of 3211" when the pageSize is 100 and the total number of rows in the Grid is 3211. 

This would be helpful for orientation when using virtual scrolling with a high number of results. 

I have tried grid.dataSource.page() and this one is not currently possible to use. The results will be something like 100,200,300,400,500,600,500,700 sometimes going back a hundred and somtimes going forward 200 when using the scrollbar to scroll downwards.

Please check yourself by just creating a virtual scrolling grid with server side operations. Put the printout in the event handler for "DataBound". Page(), Skip() etc are not possible to use for the inconsistent behavior according to above. 

You help has not been able to find a solution or workaround for this and suggested I ask for this as new functionality.
Unplanned
Last Updated: 16 Mar 2021 18:10 by ADMIN

Hi Team,

I would like to request the functionality to allow the Kendo UI Grid to scroll up to request the next page of data.  This would allow the Grid to show new items to first, and older items to be requested upon scrolling up.

Thank you!