I got many feedbacks since the 1.0 release of ASTreeView. Thanks guys for your support!
You can download it now from: http://astreeview.googlecode.com/files/astreeview1.1.1.zip
If you want a sample for connecting sql server, you can also download the sample:
http://astreeview.googlecode.com/files/astreeview1.1.1_sql_server.zip
The new version of ASTreeView includes:
Some bugs fixed:
- In DropdownTreeView, the RequiredValidator cannot be disabled.
- Javascript error when ajax request failed.
- Tree line does not display correctly after move the last node.
- Initialization of the treeview may cause js error if in the low bandwidth.
New features:
- Add Sever-Side ExpandAll, CollapseAll, ExpandTo(depth) Methods. See demo.
- Add ExpandDepth Property to allow developer set the initial opening depth of the treeview.
- Add new samples of getting client-side modificatioins( move nodes, add, edit, delete). See the sample code.
- Optimize the calculation of tree lines after drag & drop nodes.
In the next version, I plan to add new features:
- Allow developer set if child nodes being checked if their parent be checked.
- Add theme feature.
posted @ Thursday, October 15, 2009 12:38 PM