update cell text without refreshing
Is there a way to update the text of a cell (specifically a footer cell) after the grid has rendered but without having to call an obj.refresh? I'm doing an ajax call to load totals since some of my record sets are very large and need a few seconds to sum. I've tried using
obj.setFooterText(myTotal, columnNum);
but that only displays the new value after calling a refresh, and I want it to appear right away. Thoughts?
obj.setFooterText(myTotal, columnNum);
but that only displays the new value after calling a refresh, and I want it to appear right away. Thoughts?
Chris
May 16,