Category Archives: astreeview

ASTreeView 1.4.0 Release Notes

ASTreeView has been updated to version 1.4.0, you may download athttp://www.astreeview.com/download/astreeview-1.4.0.zip New Features: 1. Virtical Drag and Drop Nodes     If you use ASTreeView as a list, you can set EnableHorizontalLock=true, then the end user can only move the nodes up and down, not left or right, screenshot: Visit online demo.  2. Fixed Drag and… Read More »

ASTreeView 1.3.0 Release Notes

Just back from a trip to Santorini, Barcelona and Athens. 🙂 More photos at: http://www.jinweijie.com/europetrip2009 Back to the topic, the ASTreeView has been updated to 1.3.0, you may download at: http://www.astreeview.com/astreeviewdemo/Download.aspx New Features: 1. Html as TreeNodeText supported.     In the new version, you may use html as tree node text, not only plain text.… Read More »

ASTreeView 1.2.2 Release Notes

ASTreeView 1.2.2 released. You may download it now from: http://www.astreeview.com/astreeviewdemo/Download.aspx Here is a list of the new features added and bugs fixed: New Features: 1. Themes     ASTreeView now supports themes! Developer can easily create his own theme for the treeview. Check out the demo. 2. Right-To-Left support     ASTreeView now supports rtl display, thank… Read More »

ASTreeView 1.1.2 What’s New

I registered a domain for ASTreeView: www.astreeview.com This domain will be only used for ASTreeView, updates, demos, blogs. It can be regarded as the official site. 😀 online sample: http://www.astreeview.com added two new features: 1. Extending ContextMenu Now it is possible to add your customized ContextMenu Items to the menu. A screenshot: Online demo: http://www.astreeview.com/astreeviewdemo/ASTreeViewDemo3.aspx… Read More »

ASTreeView 1.1.1 Released

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. Add… Read More »

ASTreeView: Resolve confliction with jQuery

Thanks xiaot for reporting this issue that if jQuery is included in page, it conflicts with the ASTreeView. To resolve this issue, we can use the noconflict method of the jQuery: <script src=”jquery-1.3.2.js”></script> <script type=”text/javascript”> var J = jQuery.noConflict(); </script> Now $("#foo") will be J("#foo") and it will not conflict with the ASTreeView. I’ll update… Read More »

ASTreeView 1.0 Released

After a long time development, the ASTreeView is finally finished. Now I would like to introduce it to you.  And your feedback is appreciated! ASTreeView is a powerful treeview with drag drop, ajax loading, context menu, xml import/export, checkbox, selection, add/editing/deleting nodes with ajax. ASTreeView is developed on .NET framework 2.0. Demo project is a… Read More »