hello,
mygrid.attachEvent(‘onOpenStart’, function (rowId, state)
{
alert('OpenStart Row ‘+rowId+’ State '+state);
if (mygrid.hasChildren(rowId) == -1)
{
alert(‘Please wait …Thank You’);
}
return true;//pings the backend
});
once I return true, the openStart method does not get called again. How can I reset the true/false state so it hits onOpenStart on subsequent clicks.
thanks
ca
Unfortunately we cannot reproduce this issue locally. Please find example here dhtmlx.com/docs/products/dht … _open.html