I want my TreeView control to output <ul><li>
tags instead of <tables>
. What is the best way to do this. I heard about the CSS Control Adapters. Is this still the best way? How do you go about doing it?
相关问题
- Carriage Return (ASCII chr 13) is missing from tex
- How to store image outside of the website's ro
- Adding a timeout to a render function in ReactJS
- the application was unable to start correctly 0xc0
- 'System.Threading.ThreadAbortException' in
I am assuming you mean CSS Friendly Control Adapters? Which is the still the best way that I know of. In the HTML Snippets it doesn't render tables.
Your other option would be to build the control by hand just using plan old HTML and possibly a Jquery Plugin to manipulate the tree.