Completed
Last Updated: 13 Jun 2013 17:34 by ADMIN
Ian
Created on: 20 Dec 2012 10:59
Category: Kendo UI for jQuery
Type: Feature Request
1
TreeViews with Checkboxes need valid HTML markup (like the rest of the controls)
Please render the text labels and checkboxes with the valid markup so that selecting the text gives focus to the related checkbox.

ie.
<span class="editor-field">
  <input type="checkbox" id="treeItem1" value="1">
</span>
<span class="editor-label">
  <label for="treeItem1">Tree Item 1</label>
</span>
0 comments