can someone tell whether it is possible to bind custom attributes to treeNodes per remote datasource.
best regards,
bernhard
2 Answers, 1 is accepted
0
Alex Gyoshev
Telerik team
answered on 06 Aug 2012, 02:37 PM
Hello Bernhard,
This functionality is currently unsupported. You can serialize the attributes from the server and apply them manually through a handler of the dataBound event (which is available in the latest internal build).
Kind regards,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
I would also like to add custom attributes to the nodes of the tree view. Are you able to give us a quick code sample of how you would go about this using the dataBound event you described in your post. Thanks.