Hi, the object of the game in this case is to use a Treeview with a sitemap provider - and implement using CSS. I'm guessing the way to do this is with the CSS adapter kit.
I've plugged in the adapters using the DLL implementation and there i get my basic treeview but it seems to pull in all sorts of js that lets me click on nodes and such. In my case I just want to display a hierarchy with nested UL and LI's. I dont want any js clicky clicky!!
Is there anyway to accomplish this without having to use a seperate adapter project and rewriting the code to transform/render the treeview?
I'm also open to other options with the goal being a simple hierarchy on a treeview/menu, and a breadcrumb, coming out of an XML file.
thanks!