Tag Archives: astreeview

ASTreeView 1.5.9 Release Notes

In ASTreeView, two small issues have been fixed: 1. Fixed error when the depth of treeview exceeds 20. 2. Fixed a typo error with “checkbox”. Download: http://www.astreeview.com/astreeviewdemo/Download.aspx

ASTreeView – Use Custom Context Menu

ASTreeView supports context menu(right click the node). The default context menu items are Add, Edit, Delete. If you want to add your own context menu item, you can read on and follow the instructions. The result will look like: And it will execute some javascript for the current node. Implementation steps: 1.  Add tree-wide context… Read More »

ASTreeView 1.5.8 Release Notes

The latest version of ASTreeView is 1.5.8. In this new version, some small bugs have been fixed and several new features have been added: New APIs: SelectNode – select a node by node value CheckNodes – check nodes by node values UnCheckNodes -  uncheck nodes by node values FindByValue – find node by node value,… Read More »

ASTreeView 1.5.3 Release Notes

ASTreeView has been updated to version 1.5.3. In the new version, developer can have more flexibility to control Add/Edit/Delete/DragDrop with customized javascript handler. In addition, from 1.5.3, two versions of ASTreeView will be available, one for .Net Framework 2.0(build with Ajax Extension 1.0), one for .Net Framework 3.5(build with Ajax Extension 3.5 ). Samples also… Read More »

ASTreeView 1.5.2 Release Notes

ASTreeView has been updated to version 1.5.2, the main BIG improvement is that a new NodeType – TextNode has been added. With TextNode, you can set two links in one node which is not possible in previous versions. Even javascript can be the content of the nodes in a TextNode. New Features: 1. TextNode type… Read More »

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 »