Monthly Archives: October 2009

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 »