Callback function on loading spreadsheet

Hello,

I need execute js code after the spreadsheet is loaded.

I tried the common way on dhtmlx objects to call a callback function
but it doesn’t work :

dhx_sh.load("1", function(){ alert('callback function ok'); });

What can I do ?

Thanks in advance,
JC

Hi,
unfortunately there is no way to do that for now.
We will improve it in future.