Content-Length: 85253 | pFad | http://docs.telerik.com/kendo-ui/controls/rating/selection

jQuery Rating Selection - Kendo UI for jQuery
New to Kendo UI for jQueryStart a free 30-day trial

Selection

The Rating allows you to control the selection of its items.

To configure the selection option, use either of the following settings:

  • continuous—Allows the selection of all items from the start to the end.
  • single—Allows the selection of a single item.

Continuous Selection

The continuous selection is the default selection mode of the Rating. If not configured, the Rating will automatically set the selection option to "continuous".

   <input id="rating" name="rating">

    <script>
        $(document).ready(function() {
            $("#rating").kendoRating({
                selection: "continuous"
            });
        });
    </script>

Single Selection

To configure the single selection mode, set the selection option to "single".

    <input id="rating" name="rating">

    <script>
        $(document).ready(function() {
            $("#rating").kendoRating({
                selection: "single"
            });
        });
    </script>

See Also









ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://docs.telerik.com/kendo-ui/controls/rating/selection

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy