This topic contains 2 replies, has 1 voice, and was last updated by  nab054371 10 years, 11 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Decimal value ratings – JQXRating #57148

    nab054371
    Participant

    Hi,

    I am having some difficulty rendering the jqxrating image with decimal value assigned to it. The image appears distorted when i assign it a decimal value. Given that the rating may not always whole number (specially with average values), just wondering if its just me?

    Decimal value ratings – JQXRating #57149

    nab054371
    Participant

    I forgot to mention – I am using rating widget inside of jqxmenu widget. I just reviewed an example of decimal values with jqxrating in jfiddle using setValue. So I wonder if its got anything to do with the way I am using it in jqxmenu?

    Decimal value ratings – JQXRating #57183

    nab054371
    Participant

    For those who are interested, I was able to fix this problem by setting max-widget to none as shown below:

    .jqx-rating-image{
    max-width:none;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.