Categories | Question details Back To List | ||
title must be changed Hello , i want to changed the title of particular cell . exmple :- in my dhtmlxgrid column contain value "test" and when i mouse over the cell then it will show me test in block table . i want to changed this title . i want to add some hard code value like "abc" is it possible in dhtmlxgrid or not . if possible then please tell me the link of particular example. or if not possible then please reply me it is not possible. waiting for reply Thanks for previous all help regard Suraj Answer posted by dhxSupport on Dec 29, 2009 07:13 You can set title of the cell with "title" attribute: <cell title="abc">test</cell> |