Hi,
I have a sub-grid which I have disabled it using
document.getElementById(MYSUBGRIDNAME+ "_span").disabled = "true";
Though it is disabled, user is able to click on the subgrid row and open it as record.How to avoid clicking on the subgrid rows??