Unplanned
Last Updated: 18 May 2022 10:25 by ADMIN
In the spreadsheet there is a way to delay repainting til bulk editing is complete.  Grid does not have such a mechanism easily accessed, however with a  grid with a large number of rows, inserting multiple rows takes a long time as each row insert triggers the change event.  It can be worked around but would be better if it was supported like spreadsheet.
Unplanned
Last Updated: 27 Jan 2022 12:28 by ADMIN
Enable kendo grid to export excel with subscript/superscript and other options using Excel export API via configuration options. Right now it supports background, bold, color, fontName, fontSize, hAlign, italic, underline, and vAlign. Adding superscript/subscript would be great and it should not be difficult.
Unplanned
Last Updated: 22 Jul 2021 19:16 by ADMIN
Created by: James
Comments: 1
Category: Grid
Type: Feature Request
2
There is a Save Changes event but no corresponding Save Changes
Unplanned
Last Updated: 19 Mar 2024 11:18 by ADMIN

Bug report

In a Grid with virtual row and column scrolling enabled, if there are large number of hidden columns, the horizontal scrolling is very slow.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/EWeVaQOc/12
  2. Try to scroll horizontally

Current behavior

Horizontal scrolling is slow

Expected/desired behavior

Horizontal scrolling should be smooth

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
Unplanned
Last Updated: 03 Aug 2022 18:13 by omti
Created by: omti
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to change the sort order with the built in API for the mixed sortable Kendo UI Grid.  

Thank you!

Unplanned
Last Updated: 01 Aug 2022 20:20 by n/a
Created by: n/a
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request the detail arrow column to be configurable for placement to the right of the Grid without applying RTL support. 

Thank you!

Unplanned
Last Updated: 09 Aug 2022 18:05 by Loring
Created by: Loring
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request an event to allow for the user to dynamically create a new filter based on the field and type instead of using just columns.filterable.ui.  

Thank you!

Unplanned
Last Updated: 18 Jul 2022 10:40 by Markus
Created by: Markus
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team, 

I would like to request an attribute property similar to this one which will allow for easier modifications for the group header columns. 

Thank you!

Unplanned
Last Updated: 13 Jan 2022 14:04 by ADMIN
Created by: n/a
Comments: 2
Category: Grid
Type: Feature Request
1

Hello, 

A couple feature requests...


Clear the built in search box value.

clearSearch - clears the search box

e.g.,

var grid = $("#grid").data("kendoGrid");

grid.clearSearch();

 

Customize validation text via schema model fields validation.

e.g.,

var grid = $("#grid").data("kendoGrid");

const dataSource = new (<any>self).kendo.data.DataSource({
                data: models,
                schema: {
                    model: {
                        id: "id",
                        fields: {
                            id: { editable: false, nullable: true },
                            modelName: { validation: { required: true, messages: {required: "Model name is a required field"} } },

...

 

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: 03 Jun 2022 13:36 by omti
Created by: omti
Comments: 0
Category: Grid
Type: Bug Report
1

Bug report

When the Kendo UI Grid is initialized with the bind method utilizing MVVM, the columns.template is correctly bound based on the data-role, but the columns.headerTemplate does not render like the template.

Reproduction of the problem

Please take a look at the following Progress Kendo UI Dojo.

Current behavior

The column.headerTemplate does not render the elements containing a data-role.
HeaderTemplateNotBound

Expected/desired behavior

The elements which contain a data-role should become widgets upon binding.

Environment

Unplanned
Last Updated: 07 Jun 2023 20:00 by Mark
Created by: Mark
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to add a button into the Kendo UI Grid's pager using the built-in API.  Maybe adding a Pager Template might help.

Thank you!

Unplanned
Last Updated: 01 Jun 2022 20:20 by omti
Created by: omti
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request when the Kendo UI Grid contains a checkbox within the HeaderTemplate to allow it to render with the k-checkbox class like within a column.template.  Please take a look at this example which shows the current behavior.

Thank you!

Unplanned
Last Updated: 10 Nov 2021 15:19 by ADMIN
Created by: Michael
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request the functionality to easily modify group and sub group headers with specific templates for aggregation, and have it built-in to the API.  For example, the group header could contain the total within the large group, and the sub group would contain each individual section.  Additionally, it would be nice to be able to reference each to better select each section.

Thank you!

Unplanned
Last Updated: 28 Jan 2022 20:20 by ADMIN
Created by: Sanman
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request the functionality to change the format of a Kendo UI Grid column without needing to call the setOptions method.  This would be nice to avoid additional Read calls.

Thank you!

 
Unplanned
Last Updated: 18 Dec 2019 16:08 by ADMIN
Allow changing Grid's AutoComplete filter operator per Grid (not for each column) through a property
Unplanned
Last Updated: 01 Mar 2022 15:14 by Scott
Created by: Scott
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request adding RowVersion support to the Kendo UI Grid.  Currently, I am using a workaround of setting it during the save event, but you guys really need to fix that. 

Thanks!

Unplanned
Last Updated: 23 Mar 2022 11:11 by Asela

Bug report
Selecting a row on a parent grid with selectable enabled unticks checkboxes from the selectable column in child grids

Reproduction of the problem

Dojo: https://dojo.telerik.com/ilOCAJeg

1. Select rows in a child Grid

2. Select a row in the parent Grid

Expected/desired behavior
The checkbox ticks shall be persisted when the user selects a row in the parent grid

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

Unplanned
Last Updated: 16 Jun 2021 10:38 by ADMIN

Currently it is only possible to include some custom header/footer data in an exported Excel worksheet. which is either at the beginning or the end of the rows.

 

It would be nice to have a feature to set the Excel-Header/Footers from Kendo UI while creating the export file. This Excel headers/footers are only visible when the Excel-Sheet gets printed e.g. you can include Report-Name, creation date or page x of y information.

Have a look at the Header/Footer feature in Excel: Headers and footers in a worksheet - Excel (microsoft.com)

Unplanned
Last Updated: 29 Jan 2024 17:39 by Vijay
Created by: Vijay
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request a way to control what is included in the ColumnMenu.  For example, a way to remove 'Group/Ungroup' and 'set column position'.  

Thank you!