| Author |
|
| Company |
Just Agile |
| Source Code Available |
No |
| License Type |
Free to try |
| Submitted On |
November 26, 2009 |
| Updated on |
December 01, 2009 |
| .NET Framework |
3.5 |
| Cost |
|
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