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.
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.