This is a stupid question but where I am I getting the isc object for this call?
I am trying to log from a client object.
isc.Log.logInfo("first record is: " +
isc.Log.echo(myGrid.data.get(0)),
"myGridLoading");
I am trying to log from a client object.
isc.Log.logInfo("first record is: " +
isc.Log.echo(myGrid.data.get(0)),
"myGridLoading");
Comment