Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi,
I need to disable node-checkbox (only the checkbox) and not the whole node.
this should be work by the prop "available".
attached example of my code:
http://dojo.telerik.com/@idoglik6/usIro
Thanks,
Ran
template: kendo.template(
"<input type='checkbox' #= item.checked ? 'checked' : '' # #= item.available == false ? 'disabled=\"disabled\"': '' # />"
)
"# if (item.available !== false ) { #"
+
"<input type='checkbox' #= item.checked ? 'checked' : '' # />"
"# } #"