
Howdy all, we've just created a new release of Ra-Ajax. The main feature this time is the possibility of having the TreeView expand and collapse entirely on the client-side. But only if it has retrieved items.
To use this feature set the
ClientSideExpansion property of the TreView to *true*. Then the TreeView will NOT go server side if it has already fetched items from before and the entire effect animations will purely trigger on the client-side...
This is an "experimental feature" and you should be careful with it. And obviously you're not able to trigger expand/collapse events and such on the server-side if you use it. But for those cases where you for some reasons really don't want to go server-side just to expand or collapse TreeNodes with existing items it should do the work...
Here's the good...
Have fun, we do :)
Thomas & Kariem