Is it possible to have grouped rows + checkboxes in Kendo Vue Native Grid?

1 Answer 230 Views
Grid
Vincent
Top achievements
Rank 3
Iron
Iron
Iron
Vincent asked on 06 May 2022, 08:19 AM
I'm trying to implement a grouped grid with checkboxes like this angular example.

I've tried to make it work by modifying this official example, here's my code.

Unfortunately when I try to select a single row it throws the following error (both in stackblitz as well as local dev environment)

Error in /turbo_modules/@progress/kendo-vue-grid@3.2.9/dist/npm/utils/index.js (401:23)
Cannot read properties of undefined (reading 'items')

Is there a way to make grouped rows + checkboxes work in Kendo Native Grid?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 06 May 2022, 02:30 PM

Hello,

Thank you for reporting the issue and for your concern with Kendo UI for Vue.

It was treated as bug and we could successfully fix it in the 3.2.10 version of the components. Here is and example https://codesandbox.io/s/festive-hypatia-0bl7xz

Please review it and if you have further questions or observe other issues please don't hesitate to contact us again.

Regards,
Plamen
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Vincent
Top achievements
Rank 3
Iron
Iron
Iron
commented on 06 May 2022, 02:34 PM

This fixes the bug but still leaves my question of wether or not I can get a  checkbox in the group header that would select all items in the group:
Plamen
Telerik team
commented on 06 May 2022, 04:05 PM

Sorry for missing this part of the question. 

We can achieve this by adding template as for example it is explained here

Here is an updated example - https://codesandbox.io/s/magical-goldstine-gb2dbn where a similar example is achieved.

If you need additional help please don't hesitate to contact us again.

 

Tags
Grid
Asked by
Vincent
Top achievements
Rank 3
Iron
Iron
Iron
Answers by
Plamen
Telerik team
Share this question
or