Hi,
I want to fetch data for a single row in a ListGrid, so it keeps the row selected and shows the latest data from the server but does not fetch all rows in the grid. I've tried a variety of things but und up resorting to invalidateCache and then trying to re-select the same row. That's clunky for my needs and causes rendering to appear choppy. So I'd really like to just tell the grid to fetch data for a specific row. Is that a feature of ListGrid?
Thanks,
-chris
I want to fetch data for a single row in a ListGrid, so it keeps the row selected and shows the latest data from the server but does not fetch all rows in the grid. I've tried a variety of things but und up resorting to invalidateCache and then trying to re-select the same row. That's clunky for my needs and causes rendering to appear choppy. So I'd really like to just tell the grid to fetch data for a specific row. Is that a feature of ListGrid?
Thanks,
-chris
Comment