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

[Solved] Tree view after check

1 Answer 113 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Levi
Top achievements
Rank 1
Levi asked on 07 Apr 2008, 02:54 PM
I have been trying to duplicate the effect of this tree view
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Treeview/Examples/Functionality/CheckBoxes/DefaultCS.aspx
but i cant get the AfterClientCheck event to fire. this is my code for the tree view and i just copied the javasript off that link:

<telerik:RadTreeView
    runat="server"
    ID="RadTree"
    Skin="Default2006" Height="100%" Width="98%" CheckBoxes="True"
    AfterClientCheck="AfterCheck" LoadingStatusPosition="BeforeNodeText" > 

I am not sure why the AfterClientCheck event is not do anything.

1 Answer, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 07 Apr 2008, 03:07 PM
Hello Levi,

You should use the OnClientNodeChecked property:

OnClientNodeChecked="AfterCheck"

Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
Levi
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or