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

Treeview Content Not rendering child and parent partialviews.

1 Answer 60 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Enigma
Top achievements
Rank 1
Enigma asked on 15 Sep 2010, 10:09 PM
I am trying to use telerik treeview to bind it to the model class. In case of Parent, I am calling Html.RenderPartial(....) and in case of children I am calling another Html.RenderPartialPage. However, the treeview renders only the parent view but not the child. I verified that if I comment out the parent partial view then the child view renders properly. Am I missing something here? FYI, I am using telerik treeview in asp.net mvc application. I am rendering calling the view as

" item.content = ()=> {Html.RenderPArtial(......)};" in both the parent and the child binders.

Please suggest me what am I missing over here.

Thanks,
Enigma

1 Answer, 1 is accepted

Sort by
0
Fred Chateau
Top achievements
Rank 1
answered on 18 Sep 2010, 04:39 PM

I'm having the same problem. Child renders text but does not render HTML partial content.

I've been told by my supervisor we can purchase a subscription to the Telerik tools, if they prove useful, but this control hasn't worked properly, and I'm also having a problem with combining WebAssets. When combine is set to true, it returns a path error: Cannot use a leading .. to exit above the top directory.

I would like the subscription, so I can have access to the ORM and reporting, but it's hard to sell them on it, when the controls we already have from Telerik don't work.
Tags
TreeView
Asked by
Enigma
Top achievements
Rank 1
Answers by
Fred Chateau
Top achievements
Rank 1
Share this question
or