Thank you for downloading ActiveWidgets 2.0.1 (Free Trial)! |
ActiveWidgets 2.0 is a UI component library which is implemented in javascript and runs inside the web browser. ActiveWidgets controls generate html on the client-side and can communicate with the server asynchronously using XMLHTTPRequest object (AJAX-style).
ActiveWidgets library is based around powerful datagrid control but also includes a set of standard form elements, data formatting and validation classes and XMLHTTPRequest wrapper.
ActiveWidgets 2.0.1 includes -
Here are simple demo pages showing ActiveWidgets controls:
However the main part of ActiveWidgets 2.0 is still grid control. With so many enhancements that we decided to split it in two :-) The library now includes two classes: AW.UI.Grid (simple grid) and AW.Grid.Extended (full set of features).
The new grid supports 'virtual' rendering mode. In this mode only the visible part of the grid is populated with data which brings very significant increase in performance for large datasets. In fact with the new grid you can easily display datasets of 1000-10000 rows and the rendering speed does not depend on the size of the dataset.
The new grid also allows multiple fixed columns, headers, footers, editable cells and has a lot of API enhancements. Look at the source code of examples in quickref directory and try un-comment some lines to check the new features.
The event subsystem was significantly enhanced in the new grid and the whole grid operation is now based on the events which you can use to customize grid behavior if necessary.
Have a look inside /examples/quickref/ folder. Hopefully this will give you an idea what the new API is. We believe that the new one is much more simple and consistent and could justify the migration headache. In the /examples/old/ folder you will find several files from 1.0 release converted to the new API so you can compare the new and old code.
The reference documentation and tutorial/examples are available at the ActiveWidgets website.
Just copy /runtime folder to your webserver.
ActiveWidgets library is provided both in compressed format (/runtime folder) and in full source code form (/source folder).
You can use full source version for debugging your code - change references to aw.js and aw.css files from /runtime to /source folder. Full source code is not available in free trial version.
The best place to find more information about the grid library is ActiveWidgets support forum. You may find that someone already had a similar problem and found a solution and we would be very grateful if you share your own experience with us and other developers.
Thank you very much for trying our product!
ActiveWidgets developers.
Released: June 12, 2006
Free Trial
ActiveWidgets 2.0.1 - Free Trial runs in:
Please visit our website to purchase the full version.