Unplanned
Last Updated: 14 Mar 2025 06:41 by ADMIN
Created by: Mat
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

When enabling the columnMenu of a Grid, it should be hidden by default on all expand type columns (when using grouping or detail row). It makes no sense for it to appear in the headers for these columns as the sorting and filtering functions do nothing.

I'm aware the columnMenu can be enabled on individual columns, rather than the entire Grid, but the menu should not appear for columns where it has no purpose.

Unplanned
Last Updated: 07 Apr 2025 12:42 by ADMIN
Created by: Jorge
Comments: 1
Category: Kendo UI® for Vue
Type: Feature Request
0

The axisRanges property of the zoom event when you zoom on a chart object is empty, It should contain the ranges of the axes in the zommed area.

 

Declined
Last Updated: 23 Jul 2025 08:44 by ADMIN
Created by: Romain
Comments: 3
Category: Kendo UI® for Vue
Type: Feature Request
0
Hi Kendo UI team,

I’m using the HeaderSelectionCheckbox feature in the Grid to let users select all rows and perform a bulk action (like deleting all selected items). This works perfectly, but I’ve run into a small UX issue.

After I programmatically remove all selected items (e.g., after a successful delete operation), the HeaderSelectionCheckbox remains in a selected state — even though there are no more selected or visible rows in the Grid.

Use case:
- User clicks the header checkbox to select all rows.
- User clicks "Delete", which removes all selected rows programmatically.
- The HeaderSelectionCheckbox remains selected, despite no rows being selected.

Question:
Is there currently a supported way to control the state of the HeaderSelectionCheckbox from user-land (e.g., via a prop or method)?
If not, would it be possible to expose an API or prop to manually reset its state?

Thanks in advance!


3 4 5 6 7 8