I'm trying to catch an event when my datastore finishes loading the data originally, but I can't seem to get it.
I need to modify some data (client side) before a grid uses the data.
I've tried connecting to the onLoad, onNew and constructor events with no success.
Here's my last attempt:
pdojo.addOnLoad(function(){
pdojo.connect( questionStore, "onNew", "test123");
});
function test123( )
{
