-
10 Mar 2010 4:56 AM #691
Will LiveGrid be compatible with the new multisort features introduced in ExtJS 3.2 beta?
-
10 Mar 2010 12:51 PM #692
I have also experienced the same problem. After inspecting the dom tree, I found the issue. The livegrid has a div element inside grid panel, and its height gives the scroll height to the vertical scrollbar. You will see something like
However, in IE8 (not sure about other IE versions), the maximum div height you can set is 1342177 pixels. I am not sure how to work around this problem other than changing the livegrid implementation.Code:<div class="liveScroller" id="ext-gen44" style="top: 23px; height: 283px; "> <div style="height: 1973617px; "></div> </div>
-
10 Mar 2010 1:09 PM #693
-
16 Mar 2010 8:54 AM #694
-
17 Mar 2010 2:07 PM #695
Are we likely to see any updates to this extension any time soon? I am starting to get worried about committing to using it in our application if its going to be left to die.
-
18 Mar 2010 9:06 AM #696
-
19 Mar 2010 7:39 AM #697
copy cell content
copy cell content
I am trying to copy cell content but the solution in the FAQ does not seem to be working.
Anyone knows how to do this?
Code:templates : { cell : new Ext.Template( '<td class="x-grid3-col x-grid3-cell x-grid3-td-{id} x-selectable {css}" style="{style}" tabIndex="0" {cellAttr}>', '<div class="x-grid3-cell-inner x-grid3-col-{id}" {attr}>{value}</div>', '</td>') }
-
20 Mar 2010 3:33 PM #698
Ext.ux.Livegrid 0.4.1 available
Ext.ux.Livegrid 0.4.1 available
From the release announcement:
Ext.ux.Livegrid 0.4.1 is available!
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.*.
-
20 Mar 2010 3:37 PM #699
-
20 Mar 2010 3:38 PM #700


Reply With Quote


