RCs for Ext 3.3 and Ext 3.1+ released

February 9th, 2011

Both Release Candidates (0.5.1RC1 for Ext 3.3 and 0.4.2RC1 for Ext 3.1+) iintroduce the CheckboxSelectionModel for Ext.ux.Livegrid.

You can download both RCs here.

Ext.ux.Livegrid 0.5 released!

February 6th, 2011

We have just released Ext.ux.Livegrid 0.5. The new version brings compatibility for the ExtJS 3.3 branch. Developers still working with ExtJS < 3.3 should stick to the already released Ext.ux.Livegrid 0.4 branch.

You can download the latest release here.

Ext.ux.Livegrid 0.4.1 released!

March 21st, 2010

We are a proud to announce the immediate release of Ext.ux.Livegrid 0.4.1. This is a maintenance release in the 0.4 series, which includes bug fixes and improvements.

The most notable change would be the treatment of the “liveScrollerInset”. In previous versions, this was a single “div” element, representing the scroll amount according to the number of records displayed by the Livegrid. This could lead to some issues in browsers which define a max height for HTML elements, making it impossible for users to scroll through all the records, as the max height of this inset would prevent scrolling beyond this point. We have now splitted this div into 3 single divs which resolves this issue.

There is also a change in Store.js – loading selections using the “selectionsProxy” would fail due to a call to a deprecated method which is no longer available since Ext 3.*.

You can download the latest release here.

Support for Ext 3.1 – branch switch!

January 7th, 2010

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 released

July 11th, 2009

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.

Ext.ux.Livegrid for Ext 3.0

July 9th, 2009

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.

Nightlies available

June 16th, 2009

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.

New version for Ext3.0RC2

June 8th, 2009

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

Branch for Ext JS 3.0

May 2nd, 2009

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 0.3RC1

November 23rd, 2008

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.