Kendo ui jQuery custom download question

0 Answers 55 Views
Date/Time Pickers General Discussions Grid
Laurent
Top achievements
Rank 2
Iron
Iron
Laurent asked on 08 Sep 2023, 02:10 PM

Hi team,

I often use the kendo custom download facility, works good usualy.

Now I have a problem with grid column grouping that seems broken due to the missing of chiplist component. (R2023.1.425).

But when you select all grid options in custom download, it does not select automatically the ChipList component. Please advise...

 

Another question please: what is the "DateInputCommon" entry. Should it be selected when taking any other date thing like "DatePicker" ?

 

Best regards,

Laurent.

Nikolay
Telerik team
commented on 13 Sep 2023, 09:02 AM

Hi Laurent,

Are you using the Download Builder tool to generate the generate the custom bundle? if so all required script files should be added when selecting the desired components. Otherwise, you need to add them manually.

The Grid itself does not require the ChipList, however, the groupable functionality. Here is the list of the groupable dependencies:

<script src="https://kendo.cdn.telerik.com/2022.2.621/js/kendo.core.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2022.2.621/js/kendo.draganddrop.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2023.2.829/js/kendo.html.chip.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2023.2.829/js/kendo.html.chiplist.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2022.2.621/js/kendo.icons.min.js"></script>
Regarding the second question, yes, the DateInputCommon is required as it is a dependency of the DateInput which is a dependency of the DatePicker.

Regards,

Nikolay

 

 

 

Laurent
Top achievements
Rank 2
Iron
Iron
commented on 13 Sep 2023, 09:26 AM

Hi Nikolay,

Yes, I'm using the Download Builder Tool. (R 2023.1.425)

About the Grid, I got an error when initialising a KendoGrid with groupable: true (screenshot 1).

About DateInputCommon, it is not automatically selected when ticking DatePicker or DateInput (sreenshot 2).

Regards,

Laurent.

Nikolay
Telerik team
commented on 18 Sep 2023, 07:25 AM

Hi Laurent,

Thank you for the clarification.

This is a bug with the  Download Builder tool and all Grid dependencies shall be added automatically. I have logged it and you can track its progress at the below links:

GitHub: https://github.com/telerik/kendo-ui-core/issues/7523

Feedback portal: https://feedback.telerik.com/kendo-jquery-ui/1623898-download-builder-tool-does-not-add-all-dependencies-for-grid

As a token of gratitude for reporting this, I have added some Telerik points to your account.

Regards,

Nikolay

Laurent
Top achievements
Rank 2
Iron
Iron
commented on 18 Sep 2023, 08:12 AM

Hi Nikolay,

Thank you for the prompt response.

So, do you confirm ChipList component needs to be taken for having groupable grid ?

And what about DateInputCommon?

Regards,

Laurent.

Nikolay
Telerik team
commented on 19 Sep 2023, 06:35 AM

Hi Laurent,

Yes, for groupable Grid, you must add Chip and ChipList as dependencies.

DateInputCommon is also needed for the DatePickers so you must add it as well when selecting DatePicker/DateTimePicker.

Regards,

Nikolay

No answers yet. Maybe you can help?

Tags
Date/Time Pickers General Discussions Grid
Asked by
Laurent
Top achievements
Rank 2
Iron
Iron
Share this question
or