Please see the code below for the bug with clicking on a checkbox in the RadTreeView.
<telerik:RadTreeView ID="RadTreeView1" runat="server" Width="700px"
CheckBoxes="true" CheckChildNodes="false" TriStateCheckBoxes="true">
<DataBindings>
<telerik:RadTreeNodeBinding/>
</DataBindings>
</telerik:RadTreeView>
Sample tree data:
Node 0
--Node 1.1
----Node 2.1
----Node 2.2
The bug is that when I click to check the Node 1.1, it does not show that Node 1.1 is checked. How to I fix this issue?
I'm currently using Telerik RadControls for ASP.NET Ajax version 2010.2.929.35.
<telerik:RadTreeView ID="RadTreeView1" runat="server" Width="700px"
CheckBoxes="true" CheckChildNodes="false" TriStateCheckBoxes="true">
<DataBindings>
<telerik:RadTreeNodeBinding/>
</DataBindings>
</telerik:RadTreeView>
Sample tree data:
Node 0
--Node 1.1
----Node 2.1
----Node 2.2
The bug is that when I click to check the Node 1.1, it does not show that Node 1.1 is checked. How to I fix this issue?
I'm currently using Telerik RadControls for ASP.NET Ajax version 2010.2.929.35.