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

get_checkedNodes() not working

1 Answer 98 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Peichung
Top achievements
Rank 1
Peichung asked on 08 Dec 2008, 09:29 PM
I have a tree with TriStateCheckBoxes="true".  According to the on-line document at http://www.telerik.com/help/aspnet-ajax/tri-state-checkboxes-client-side-specifics.html, get_checkedState() would gives me the status:

0 - Unchecked
1 - Checked
2 - Indeterminate


However, I got the JavaScript error:

"Object doesn't support this property or method"


Is this method replaced by something eles?  Thanks,

1 Answer, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 09 Dec 2008, 11:32 AM
Hi Peichung,

Indeed there is a typo in our documentation. The client-side method should read "get_checkState()". We will update the documentation appropriately. Thank you for your report.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
Peichung
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or