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

Asp .NET checkTreeView in Window

3 Answers 51 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Vitantonio
Top achievements
Rank 1
Vitantonio asked on 21 Mar 2012, 06:31 PM
Hi,
I have insert a CheckTreeView Asp. Net in Window, when i postback the CheckedNodes.Count is always 0.
Why ?

Thanks

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 26 Mar 2012, 12:36 PM
Hello Vitantonio,

 
I have inspected the issue by putting RadTreeView in a ContentTemplate of a RadWindow to the CheckBox demo with the code below but the checked nodes were still returned properly:

<telerik:RadWindow runat="server" ID="RadWindow1" VisibleOnPageLoad="true">
                <ContentTemplate>
                    <telerik:RadTreeView ID="RadTreeView2" runat="server" CheckBoxes="True" Height="280px"

Hope this will be helpful.


Kind regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Vitantonio
Top achievements
Rank 1
answered on 26 Mar 2012, 02:01 PM
Hi,
I use the generic ASP .NET Control...but also I use a simple textbox, on postback not read the value.
A solution ?
Thanks
0
Plamen
Telerik team
answered on 28 Mar 2012, 08:15 AM
Hi Victorio,
 

Since in this forum are discussed issue concerning RadControls and there usage and behavior I will kindly suggest you to use RadTreeView in order to achieve the desired behavior as shown in the demo.

Kind regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
TreeView
Asked by
Vitantonio
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Vitantonio
Top achievements
Rank 1
Share this question
or