Unplanned
Last Updated: 13 Aug 2021 10:23 by ADMIN

I know I can do it from the dataBound event, but... that seems like a kludge compared to just re-using the existing attributes property code on other objects.

 

Instead of this:

 

dataBound: {

   $(".k-grid-edit").attr("title", "View/Edit");

}

 

this:

command: [{ name: "edit", text: "", click: ShowDetails, attributes: {title: "View/Edit"} }], title: "", width: 40

Unplanned
Last Updated: 05 Aug 2021 18:45 by ADMIN
Created by: Vishal
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request the functionality to add a format configuration to the columns.filterable.multi property.  This way, it will be easier to customize instead of using the ItemTemplate to recreate the whole filter.

Thank you!

Duplicated
Last Updated: 05 Aug 2021 07:15 by ADMIN

Grid control doesn’t allow to change width of columns via keyboard. Column width adjustments could be done only via mouse. It would be great to have this ability from the accessibility perspective.

Reproduction of the problem

  1. Open https://demos.telerik.com/kendo-ui/grid/index
  2. Set focus on header of any column
  3. Try to change width of the column

Current behavior

No hot key to change width.

Expected/desired behavior

Any hot key (e.g. Shift + Arrow Left / Right) to change width of a column.

Environment

Kendo UI version: "2020.3.1118"
Browser: Chrome 90.0.4430.212

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: 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)
Unplanned
Last Updated: 30 Jul 2021 15:09 by ADMIN
Created by: carlos
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I'd like to request to include the field's column title into the column.groupHeaderTemplate. 

Thank you!

Completed
Last Updated: 23 Jul 2021 14:05 by ADMIN
Created by: Imported User
Comments: 2
Category: Grid
Type: Feature Request
5
While it is currently possible to do this in JavaScript, it would be nice to have the functionality integrated into the Grid filter row.

For example,

columns.Bound(c => c.Title).Title("Title")
.HeaderHtmlAttributes(new { style = "text-align: center;" })
.Filterable(f => f.Cell(fc => fc
    .ShowOperators(false)
    .Operator("Contains")
    .Template("fnFilterAsYouType")
    .Placeholder("Title")
));
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
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
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.
Declined
Last Updated: 22 Jul 2021 14:10 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
2
I know there was a request was declined, but DOM double click can't pass data row,  it is a common feature to have.
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.
Declined
Last Updated: 22 Jul 2021 11:16 by ADMIN
Created by: Imported User
Comments: 1
Category: Grid
Type: Feature Request
1
I know it has been rejected and I think it was not given any good reason.  Managing dropdownnlist in datagrid is a pain and just not having pair value/text is missing and using "foreign key columns for this" is not an acceptable answer for me.


It should be a basic type of column, not a template, and show a text but be set as a value because we use the text for translation purpose, so the text cannot be the value. Even with the help from your technical support, when you have many of them in one grid, it's takes a long time to code and maintain. Such a common and basic feature should be with the basic controls of the grid.
Unplanned
Last Updated: 22 Jul 2021 11:02 by ADMIN
Created by: Nick
Comments: 2
Category: Grid
Type: Feature Request
1
For kendo grids, it would be really useful to be able to have a right-click on the grid to select the row. I know there is a fudge to do this but it would be useful to have different actions for a left and right click, e.g. a context menu on right click instead of left.
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.
Unplanned
Last Updated: 21 Jul 2021 21:33 by ADMIN
Created by: Carlos
Comments: 0
Category: Grid
Type: Feature Request
1

Hi Team,

I would like to request to be able to utilize a Kendo UI Template to modify the formatting and content of the Kendo UI Grid's content during PDF Export.  This would help gain access the grid data within the template so that I can "overwrite" the exported content's display template.

For example, the grid data could be extracted within the template.  In this case, the template could utilize a Bootstrap table with some CSS classes in which it could be exported as a PDF file.

This would allow me to have better control over the content size (margin, padding, etc.) since it would be a HTML template for the exported data.

Thank you!

Declined
Last Updated: 21 Jul 2021 14:01 by ADMIN
Created by: Sidda
Comments: 1
Category: Grid
Type: Feature Request
3
Need Control + F function to search the text in the Grid

When we have more records and enabled virtual scrolling ,the data which is not present the view is currently not searchable using CTR+F.

We need to get this enabled where finds the data and scroll down to the specific row.
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: 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
Unplanned
Last Updated: 15 Jul 2021 09:42 by ADMIN
Created by: Ralf
Comments: 0
Category: Grid
Type: Feature Request
3
Autofitting grid's columns according to its contents might be a pretty expensive operation, especially if there is are many rows. 

How about extending the 'autoFitColumn' function by a parameter which specifies how many rows should be taken into account when determining column's width. That would speedup autofit operations while maintaining a pretty good (good enough) estimation on column's width.