This is a migrated thread and some comments may be shown as answers.

Documentation typo

1 Answer 28 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Duane
Top achievements
Rank 1
Duane asked on 22 Apr 2012, 02:22 AM
On Page:
http://www.kendoui.com/documentation/ui-widgets/fundamentals.aspx 

Under:
"Initialize a kendo DropDownList using a role attribute"

The container selector is misspelt:

(is this an appropriate place to post this?)

<div id="container">
   
<select data-role="dropdownlist"></select>
</div>

<script>
    kendo
.init($("#contianer"));
</script>

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 23 Apr 2012, 09:51 AM
Hello Duane,

The typo is fixed now, thanks.

All the best,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Duane
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or