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?
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?
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?
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.
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