Hi,
I'm interested in making the same functionality work on a dataview. Any suggestions on how to achieve this would be most welcome. Is any of this code reusable?
Thanks
Rob
Printable View
Hi,
I'm interested in making the same functionality work on a dataview. Any suggestions on how to achieve this would be most welcome. Is any of this code reusable?
Thanks
Rob
There hasn't been any updates to livegrid in a while, especially in related to the 2.01 release of Ext. Are there any plans to keep this plugin updated?
Or maybe some other expert can provide the nescecary fixes that makes this tool work for the 2.01 version of Ext?
I'm having problems when selecting a row. I get the error "F has no properties" from ext-base.js, even in the provided example.
I really want to use this tool but I also rely on the updates of Ext version 2.01.
I am with a serious problem in return for the information JSON livegrid my code that the link: http://extjs.com/forum/showthread.ph...hlight=servlet.
Does someone could help me because I am not understanding the reason is not returning to the values my grid.
thank!
I would love to use this with HttpProxy. Would it be possible? Any suggestions on coding that?
Has anyone used Livegrid + the Grid Filter plugin? I'm trying this out and the grid and filters work as expected except when I apply a filter and then scroll the grid -- once the grid makes a request for new rows, it doesn't pass the filter to my server-side function so it ends up pulling new rows from an unfiltered dataset...
Any ideas on how to pass the filters through livegrid and back to the server?
thx
Matt
in ext-base.js, add the stuff between the comments
var G=E.translatePoints(F);/*Fix For Live Grid - Start*/G.left=(G.left?G.left:0);G.top=(G.top?G.top:0);/*Fix For Live Grid - End*/
Tried to get these two to work together... but no dice. The are completely incompatible. RowExpander changes a row's height, and live grid expects all the rows to be the same height and performs calculations on the given uniform row height.
Each one works great by itself though!
Since RowExpander isn't going to work with live grid, I figured that I could toggle single and multi line view with a getRowClass implementation in the viewConfig.
This works great except for one problem... the scrollbar doesn't position itself correctly after toggling and doing a view.refresh().
Also, has anyone noticed that clicking the scroll arrows skips rows sometimes? Using multiline format, the problem with the scroll arrows is the opposite - it can take two clicks to move a row.
It seems that the scroll arrows try to scroll the view one row at a time but that the scrollbar movement isn't mapped precisely.
Will try to figure out both of these.
FYI - I already had to make a mod to live grid to use the multiline format toggle, so a few more won't hurt :)