Archive for March, 2010

Ext.ux.Livegrid 0.4.1 released!

Sunday, 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.