On 8/06/2010 10:37, Malcolm Edgar wrote: > The problem I have with this is that we are pulling the table data > even if we don't need to, which is why the DataProvider was created in > the first place.
The onRender should only be invoked for the page that is rendered though. For example if the user redirects and returns false from an action, the onRender event won't be executed. Unless there is a use case I'm missing :) regards Bob
