Hi,
I probably missing something put when i try to use the RadTreeView for databinding there nothing showing!
The page is blank
Any idea??
Is there something i am missing or is there a bug?
I try the same thing in code behind with the same result!
Any tips or advise are welcome
Tks in advance
I probably missing something put when i try to use the RadTreeView for databinding there nothing showing!
The page is blank
Any idea??
Is there something i am missing or is there a bug?
I try the same thing in code behind with the same result!
Any tips or advise are welcome
Tks in advance
<
telerik:RadScriptManager
runat
=
"server"
ID
=
"RadScriptManager1"
/>
<
telerik:RadTreeView
runat
=
"server"
ID
=
"RadTreeView1"
DataSourceID
=
"SqlDataSource1"
DataFieldID
=
"id"
DataFieldParentID
=
"parentID"
CheckBoxes
=
"true"
>
<
DataBindings
>
<
telerik:RadTreeNodeBinding
TextField
=
"Text"
/>
<
telerik:RadTreeNodeBinding
Depth
=
"0"
Checkable
=
"false"
TextField
=
"Text2"
Expanded
=
"true"
/>
</
DataBindings
>
</
telerik:RadTreeView
>
<
asp:SqlDataSource
runat
=
"server"
ID
=
"SqlDataSource1"
ConnectionString="<%$ ConnectionStrings:xxxx%>"
SelectCommand="uspListRegionEcole" SelectCommandType="StoredProcedure" />