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 | +---------------------------------------+----------------------------------------+ +---------------------------------------+----------------------------------------+
SEP


About the Author
Thorsten is the author of the conjoon open source project and the Ext.ux.Livegrid component. In this blog he writes more or less frequently about his current projects and web development in general.