Completed
Last Updated: 08 Jul 2021 11:07 by ADMIN
Created by: jon
Comments: 0
Category: Grid
Type: Feature Request
1
The grid widget has a columns editor which allows a field to be a custom widget, like a drop-down list for an autocomplete. I want the title column to be selected from a drop-down list
Completed
Last Updated: 28 Oct 2021 13:56 by ADMIN
KendoUI Grid persist row selection state after update a field programmatically via the set method of the dataItem.
Completed
Last Updated: 28 Oct 2021 11:29 by ADMIN
Created by: Justin
Comments: 0
Category: Grid
Type: Feature Request
1
If Column widths are not set, The grid column and column header will be misaligned when autoscroll is enabled unless the following code is used which feels like a hack. This code snippet was given to me by a support team member.

    dataBound: function(e)
    {
      
        if($(".k-grid-content table").height() > $(".k-grid-content").height())
        {
          	$("#grid1 div.k-grid-header").css('padding-right',kendo.support.scrollbar());

            $("#grid1 div.k-grid-content").css('overflow-y', 'visible');  
        }
       	else
        {
            $("#grid1 div.k-grid-header").css('padding-right', '0');

            $("#grid1 div.k-grid-content").css('overflow-y', 'hidden');        
        }
    }
Completed
Last Updated: 01 Oct 2021 12:57 by ADMIN
Created by: Josh
Comments: 1
Category: Grid
Type: Feature Request
1
Need to have the grid automatically draw itself correctly even if it is initially hidden.  Right now if it is hidden first, even with static height, when it is shown using javascript it is not draw correctly.  (especially with scrolling enabled)

Suggested route:  Add a repaint method that way people can call this as needed.
Completed
Last Updated: 22 Jul 2021 10:55 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
1
Kendo UI Grid should have a option to set confirmTemplate options to show custom confirm window. Now browser ugly built-in prompt is awful.
Completed
Last Updated: 20 Jul 2021 19:46 by ADMIN
Created by: Daniel
Comments: 1
Category: Grid
Type: Feature Request
1
Would be nice to have the checkbox selection and multiselect enabled to use the Multiselect for check the checkboxes.

https://demos.telerik.com/aspnet-mvc/grid/selection
Completed
Last Updated: 04 Aug 2021 07:42 by ADMIN
Created by: Pavel
Comments: 0
Category: Grid
Type: Feature Request
1
Would be nice to have a simple grouping without collapse and additional column for expand/collapse icon (just a grouping row with colspan attribute)
Completed
Last Updated: 22 Jul 2021 12:36 by ADMIN
Created by: Vassilis
Comments: 1
Category: Grid
Type: Feature Request
1
We were interested in an option for aggregation rows on top of kendo grid groups. Now they are by default on the bottom of the group which some business users don't like.
Completed
Last Updated: 22 Jul 2021 19:20 by ADMIN
Created by: Surinder
Comments: 1
Category: Grid
Type: Feature Request
1
Dear Telerik,

I assume, there should be one button in kendoUI grid to scroll to bottom of grid and one button to scroll top of grid in just one click.

Similarly one button to scroll extreme right and one button to scroll  left of grid.

These buttons can be near, vertical scroll button and horizontal scroll buttons.

Regards
Surinder
Completed
Last Updated: 08 Jul 2021 20:34 by ADMIN
Release 2019.R3
Created by: Bridge24
Comments: 0
Category: Grid
Type: Bug Report
0
  1. Navigate to: https://dojo.telerik.com/AJoVUwen/2
  2. Click setOptions button multiple times.
  3. Sort some column

Result: The old events handlers are not cleared(see the console).

Completed
Last Updated: 07 Oct 2021 10:33 by ADMIN
Release R3.2021.SP.next

The problem can be observed in the following Dojo:

https://dojo.telerik.com/UHAdoNIL 

The filter row appears on top of the Sticky Column.

Completed
Last Updated: 21 Jun 2021 13:15 by ADMIN
Created by: Barry
Comments: 1
Category: Grid
Type: Feature Request
0

Hi,

 

It would be great if the KendoUI Grid could be enhanced to automagically recognize when it's grouping by a date field and then offer additional options to group the dates by Day, Week, Month, Quarter, or Year.

Thank you.

Barry

Completed
Last Updated: 08 Jun 2021 13:00 by ADMIN
Release 2021.R2.SP.next

Bug report

DOJO

Reproduction of the problem

  1. Open the dojo
  2. Enter in Edit mode via the Edit button
  3. Navigate to the Update button via keyboard

Current behavior

Detail Template is toggled on Enter.

Expected/desired behavior

When the target is any of the Command Buttons, the Grid should hide/show the detail view.

Environment

  • Kendo UI version: 2019.1.220
  • Browser: all
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 ]

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.

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.

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.

Completed
Last Updated: 19 Feb 2021 14:24 by ADMIN
Release 2021.R1.SP.next

Bug report

Selecting cells from the frozen table in Frozen columns + selectable: "multiple cell" scenario selects the bellow cells from the non-frozen table

Reproduction of the problem
Open below Dojo

https://dojo.telerik.com/exobAcEl

Scroll the horizontal scrollbar to the right.

Select some cells from the frozen table.

Move the scroller back to its original position.

Expected/desired behavior

Cells from the non-frozen table shall not be selected.

EnvironmentKendo UI version: [all]
Browser: all

Completed
Last Updated: 15 Feb 2021 17:47 by ADMIN
Release 2021.R1.SP.next

Bug report

When there are sticky columns in Grid and the horizontal scrollbar is visible, the text of the columns is overlapping while scrolling.

Reproduction of the problem

  1. Open the Dojo in fullscreen
  2. Resize the browser in order for the horizontal scrollbar to be visible and scroll

Current behavior

The text of the columns is overlapping

Expected/desired behavior

The text of the columns in Grid should not overlap whiles scrolling

Workaround

window.addEventListener('resize', function(){ $("#grid").data().kendoGrid._updateStickyColumns(false); });

Dojo

Environment

  • Kendo UI version: 2021.1.119
  • Browser: [all ]
Completed
Last Updated: 15 Feb 2021 11:56 by ADMIN
Release 2021.R1.SP.next

Bug report

In a Grid with checkboxes in the first column, when tabbing through the Grid, the checkbox in the first row is skipped.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/@martin.tabakov@progress.com/EZERotAN/5.
  2. Start navigating from the beginning of the Grid.

Current behavior

While navigating, the checkbox on the first row is skipped and the ID column will be focused instead.

Expected/desired behavior

The checkbox should not be skipped.

Environment

  • Kendo UI version: 2020.3.1118
  • Browser: [all]