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!


Declined
Last Updated: 22 Jul 2025 13:06 by ADMIN
Created by: Drew
Comments: 1
Category: DatePicker
Type: Feature Request
1

Add 

:format-placeholder

as it is available in dateTimePicker.

Declined
Last Updated: 06 Oct 2020 05:45 by ADMIN
Created by: devdutt
Comments: 1
Category: Kendo UI for Vue
Type: Feature Request
0
I'm using the export excel feature in the grid. When I'm trying to download data less record( < 3k) it's working fine, but this becomes problematic when I'm trying to download huge data (more than 10k) my browser hangs and after some time browser crash. Do let me know any solution regarding this issue.
Declined
Last Updated: 29 Sep 2020 13:49 by ADMIN

Hi Team, 

Kindly Add "focused date" feature in kendo wrapper datepicker controls in vue.js

Thanks in advance !

 

Declined
Last Updated: 28 Feb 2019 15:17 by ADMIN
Created by: Dimitrina P
Comments: 1
Category:
Type: Feature Request
0

The developers would like to have the ability not only to select the components to load but also the features at the point of starting (especially for heavy components like the Grid and TreeView).

For example, they would like to be able to load single features instead of all functionalities.

The goal is to have lighter output, meaning that the whole script will be less KB in size and it will load faster. This will save loading time and in turn less bandwidth will be used which will make the cost that development companies pay to hosting providers smaller.