kendo Rating for JQuery only show half star in mouse over

1 Answer 47 Views
Rating
ziental
Top achievements
Rank 1
ziental asked on 17 Oct 2023, 11:17 AM

I'm using the JQuery version inside Angular, because there is no Rating component for Angular.
When I change the precision to 'half', the star that is half only appears when I hover the mouse over it.

 

When start

After mouse over

Part of my code:

this.ratingElement = kendo.jQuery(this.inputRating.nativeElement).kendoRating(
        {
          min: 1,
          max: 5,
          precision: "half",
          readonly: true,
          value: this.memberReviewsModel.stars
        });

 

Does anyone have an idea how to resolve this?

1 Answer, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 20 Oct 2023, 06:27 AM

Hello Ziental,

I have tested the appearance of the Kendo jQuery Rating in an Angular 2+ sample project. However, with the latest versions of Kendo UI for jQuery and Kendo themes, the issue is not replicated on my side

Could you please confirm which are the version used on your side?

It will be very helpful if you could send us a small runnable example/stackblitz where the issue is replicated.

Looking forward to your reply.

Regards,
Neli
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
Rating
Asked by
ziental
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or