开发者

Suggestion on treeview control that renders valid xhtml and works withou javascript

I'm looking for an ASP.NET control that renders a tree structure, very much like the ASP.NET TreeView control, but filling the following requirements:

  • Dont uses tables for rendering tree structure.
  • Markup Adhering to valid XHTML 1.0 Strict.
  • Works with AND without javascript.

Also, if the control is licensed under a MIT och GPL licens that would be great, but commercial controls is also of interest.

Do anyone know of any such control? If 开发者_开发百科not, well, then I'll simply have to write the control myself. More fun in my own opinion, but likely more time consuming.

Thanx!


you may want to try Telerik RadTreeView http://www.telerik.com/products/aspnet-ajax/treeview.aspx

it's a commercial control.


I'd continue to use the standard ASP.NET Treeview control, but apply a control adapter (see here) to make the mark-up it emits more acceptable.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜