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

Binding

The following example demonstrates how to create a RadioGroup and bind it to an array of strings.

   <ul id="radiogroup"></ul>

    <script>
        $("#radiogroup").kendoRadioGroup({
            items: [ "one", "two", "three" ]
        });
    </script>

See Also

In this article
See Also
Not finding the help you need?
Contact Support