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

RadDropDownTree Check From Server Side

1 Answer 124 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Santhosh
Top achievements
Rank 1
Santhosh asked on 21 Dec 2013, 05:54 AM
hi,


I am able to Check Nodes From Server Side but While un Checking That Element I am Getting M is null Exception in Javascript.
Waiting for your Replay.



Thanks,
Santhosh

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Dec 2013, 06:52 AM
Hi Santhosh,

Unfortunately I couldn't replicate the issue at my end. Please have a look into the sample code snippet which works fine at my end.

ASPX:
<telerik:RadDropDownTree ID="RadDropDownTree1" runat="server" DataFieldID="id" DataFieldParentID="parentid"
            DataTextField="text" DataSourceID="SqlDataSource2">
</telerik:RadDropDownTree>

C#:
RadDropDownTree1.CheckBoxes = Telerik.Web.UI.DropDownTreeCheckBoxes.CheckChildNodes;

Please provide your code if it doesn't help you.
Thanks,
Princy.
Tags
DropDownTree
Asked by
Santhosh
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or