Tooltip update using javascript

Hi

In v1.6 we could change the tooltip using some javascript as below

grid.cells(rowid,colid).cell.title=“this is a test”;

after upgrade to 2.0 this doesn’t work.

How can i set the title(tooltip) using javascript in v2.0

ta

cliff



You can do it as
grid.cells(i,j).setAttribute(“title”,“this is a test”);