HomeCommunityControl GalleryNavigation ControlsTree Control Pro TreeView for ASP.NET

Pro TreeView for ASP.NET



Submit a Review

185 Downloads

4,147 Views


Description

The Pro TreeView for ASP.NET is a server control library for the hierarchical display and manipulation of data and has been meticulously crafted in the spirit of creating a world class component that compliments the latest features in Microsoft .NET and ASP.NET AJAX.

100% ASP.NET AJAX 3.5 Compatible
UpdatePanel Support
Database Binding
XML Binding
Object Binding
Client-Side Drag and Drop
LINQ Extensions (Deep Querying)
XHTML Strict 1.0 (Clean CSS)
Works without JavaScript
Multiple Selection
Checkboxes

Syntax Example

<asp:SqlDataSource runat="server" ConnectionString="<%$ConnectionStrings:Default%>" ID="CategoryDataSource" SelectCommand="SELECT * FROM Categories" /> <ja:ProHierarchicalDataSource ID="HierarchicalDataSource" runat="server"> <Relations> <ja:ProHierarchicalDataRelation ParentDataSourceId="CategoryDataSource" ChildDataSourceId="CategoryDataSource" ChildKeyNames="Id" ParentKeyNames="ParentId" /> </Relations> </ja:ProHierarchicalDataSource> <asp:ScriptManager runat="server" /> <ja:ProTreeView runat="server" DataSourceId="HierarchicalDataSource"> <DataBindings> <ja:ProTreeNodeBinding TextField="Title" /> </DataBindings> </ja:ProTreeView>

Reviews

Submit a review