Archive for August, 2008

Ext.ux.Livegrid – 0.2 available [update 5]

Friday, August 29th, 2008

Ext.ux.Livegrid 0.2rc1

I’m proud to announce the first release candidate for Ext.ux.Livegrid 0.2, namely 0.2.rc1! The most notable improvement is the way the view handles the number of displayable rows in the viewport: The last row is not removed anymore if it does not fit into the viewport, but clipped instead. That makes for a better UI experience.

Support for Ext 2.2 is now postponed to version 0.3 of the livegrid component!

If you feel like reporting an issue, please use the issue tracker over at google code: http://code.google.com/p/ext-ux-livegrid/issues/list

Update:

The first bugs have been found and are already fixed in svn. The current release is now 0.2rc2.

Update:

0.2rc3 is available for download

Update:

0.2rc4 is available for download

Update:

This should be the last rc for 0.2:
0.2rc5 is available for download

Update:

0.2 is ready for download:
0.2

ExtJS2.2 and Ext.ux.Livegrid

Wednesday, August 27th, 2008

Now that Ext 2.2 is here, changes in its API will prevent Ext.ux.Livegrid from working with it. There are already patches posted over at the Ext forums (thanks to nctag!), but the official release that makes Ext.ux.Livegrid work with Ext 2.2 is scheduled for the 0.2 release. The latest “stable” release is 0.1.2 but make sure you get the source out of the trunk, since the component is still beta and minor fixes occur frequently.