Hello,
It is possible to databind component using WebHierarchicalDataSource object, and at the same time use a template for all dynamic item?
And use a usercontrol in the template? I have some usercontrol in the template, one inside the other. Creating item by code behind, the second usercontrol nevel does not render.
It's possible someone of this options?
Hello Josep,
Have you had any chance to create a sample.
Asma Developer Support EngineerInfragistics
https://ko.infragistics.com/support
The problem is to bind control using a Template to show items in html format, not as a list. On binding, the property "TemplateId" is missing.
But this page was a demo, and finally we don't need this control because the page is some different now in our project.
(Sorry, my english is bad)
Would you like me to continue to find a solution for you since you are not using it, or is it something you may visit again?
-Asma.
Hi Asma,
I have a similar problem to Josep. I need to have html controls -check boxes, in the itemtemplate tag of the webexplorerbar.
I have succesfully displayed my dataset using codebehind, with the parent resultset as the menu items,and the child resultset as the subitems. How can i do this ?
The link you supplied has no html controls to illustrate usage of itemtemplates.