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

Populate Node on Demand with Node template

1 Answer 77 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 29 Apr 2009, 02:23 PM

It is waste of time and wasting time of developers.

I have a node template 

 

 

 <Nodes>

 

<telerik:RadTreeNode>

<NodeTemplate>

<span style="font-weight: bold" id="Span1" runat="server">

<%#ObjectDescription%>

<span style="color: Navy" id="Span2">

<%#Length%>

</span><span style="color: Red" id="Span3">(<%#PercentageLength%>%)</span>

</span>

</NodeTemplate>

</telerik:RadTreeNode>

</Nodes>

 


I 'm trying to load these nodes for on domand .But I can't make  HTML format for my template.


node.text  =  'Format for  my above Template

 

node.Value = row(

"ObjectID").ToString()


urgently required ...wasting my time

 

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 29 Apr 2009, 03:22 PM
Hi John,

I suggest you check this blog post which explains the template support in load on demand scenarios.

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TreeView
Asked by
John
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or