Support for Ext 3.1 - branch switch!
January 7th, 2010As of know, we have switched branches to support Ext 3.* in the main dev branch. The older sources for Ext 2.* can be found in the 2.0 branch.
As of know, we have switched branches to support Ext 3.* in the main dev branch. The older sources for Ext 2.* can be found in the 2.0 branch.
Ext.ux.Livegrid 0.3.1 was released today. This is a maintenance release which fixes several bugs regarding focus-loss of the scrollbar and an issue with the “load”-listener once the Grid has buffered data for the first time.
Please update your sources accordingly. You can get the files here.
Note:
This release is for Ext 2.2.1 only! People who are using Ext 3.0.0 already should refer to the nightlies for Ext 3.0.0, which are also available from the download page.
r57 makes Ext.ux.Livegrid work with the final release of Ext 3.0. Refer to the download section for instructions on how to obtain this version from svn, or download the nightly directly.
You can now obtain nightlies of the Ext.ux.Livegrid-project without having to use a SVN-client. You will find the files at the download page.
Since Ext JS made their second release candidate for the upcoming version 3.0 available, a few changes in their API made it neccessary to make the branched Ext.ux.Livegrid-code compatible with this new version. Please note, that the current version in the trunk breaks backwards compatibility to any version prior to Ext3.0RC2.
Please refer to this page for instructions on how to obtain Ext.ux.Livegrid for Ext3.0
Starting with Ext JS 3.0r3875, you will find a compatible version of Ext.ux.Livegrid at svn://svn.ext-livegrid.com/branches/Ext3.0/trunk. Please note, that this version does not work with Ext3.0RC1, since there have been made changes to Ext.data.Store on which Ext.ux.Livegrid relies.
Nevertheless, the main dev branch at svn://svn.ext-livegrid.com/trunk still denotes the main dev line and works with Ext 2.0.
Ext.ux.Livegrid is now available for download. This release is feature complete. New features will be available in 0.4.
Go visit the project home for the changelog and instructions on how to obtain your fresh copy of Ext.ux.Livegrid.

Ext.ux.Livegrid 0.3a4 is available from the trunk and brings you support for real-time editing of data rows.
Several bugs were fixed and new enhancements made it into this release, such as the Ext.ux.grid.livegrid.GridPanel- and Ext.ux.grid.livegrid.EditorGridPanel-classes.
Some clients also requested to be able to pass the grid’s view as the config property for Ext.ux.grid.livegrid.Toolbar again, which was changed in favor of a “grid”-property in 0.3a1; now, you can pass either “grid” or “view”, so our old code does not brake.
Visit http://www.siteartwork.de/livegrid for a complete list of changes and instructions on how to obtain the latest version.
The project home of Ext.ux.Livegrid has been updated with pricing informations on commercial licenses. If you intend to use Ext.ux.Livegrid as part of a commercial software, please visit this page.
Ext.ux.Livegrid 0.3a1 was released today!
First off, there are major code refactorings in the RowSelectionModel and the GridView. Adding, removing and editing selections works now way more reliable than in the previous releases.
0.2 has been branched so that support for none Ext2.2 users is possible. As an important note, the license has changed from LGPL to GPL. I felt this was necessary since I’ve put already so many hours in this project - and despite all the fun I have, a smile on my face won’t pay the rent. I’ll put up a page with pricing informations ASAP, but if you need a commercial license right now, just contact me. This also applies to the people who already donated.
0.2 will have no features added anymore, only fixes for really crucial bugs.
The code is available from the trunk, as usual.
Important:
Due to community efforts regarding a central ux repository, I changed the namespace and the classnames as follows:
+---------------------------------------+----------------------------------------+ | old name | new name | +---------------------------------------+----------------------------------------+ | Ext.ux.grid.BufferedGridView | Ext.ux.grid.livegrid.GridView | |--------------------------------------------------------------------------------| | Ext.ux.BufferedGridToolbar | Ext.ux.grid.livegrid.Toolbar | |--------------------------------------------------------------------------------| | Ext.ux.grid.BufferedGridDragZone | Ext.ux.grid.livegrid.DragZone | |--------------------------------------------------------------------------------| | Ext.ux.data.BufferedJsonReader | Ext.ux.grid.livegrid.JsonReader | |--------------------------------------------------------------------------------| | Ext.ux.grid.BufferedRowSelectionModel | Ext.ux.grid.livegrid.RowSelectionModel | |--------------------------------------------------------------------------------| | Ext.ux.grid.BufferedStore | Ext.ux.grid.livegrid.Store | +---------------------------------------+----------------------------------------+ +---------------------------------------+----------------------------------------+