Customizing tooltip in DHTMLX Grid

Hi Team,

The default tooltip for the DHTMLXGrid is the value in the cell.
Can we manually change this tooltip to contain few more details?

Thanks,
Ketan

Yep, you can provide “title” attribute for cell tags in XML, or define tooltips for specific cells by using

grid.cell(i,j).setAttribute("title", "custom value");