What method is available to run a function directly after a DemandLoad callback has finished loading nodes on the client side? The DemandLoad ClientSide event only seems to run before, not after, the callback.
Evening, did you find an answer to this? We've run into a similiar issue related to the DemandLoad functionality and handling expired authentication tickets. We've worked around the issue by customising the <this.processSmartCallback = function () {> in <ig_shared.js> - we are using 2008 volume 1. This is obviously not ideal, as we have to merge our code in whenever Infragistics updates their software.
Cheers, James.
I was hoping for a more elegant solution, but so far I've done the same as you.