PawelRoman said:I was unclear, sorry. Imagine I have a table with 3 columns, In the first row, cell values are “A”, “B”, “C”, I pass these values in XML they are redered OK. Now, i want to have a tooltip when hovering over a cell “A”, and the tooltip content must be “D” (which as you see has nothing to do with ANY cell data). How do I send this “D” value to the grid? Of course it is a dynamic value thet I prepare on a server side, not a static 'd' letter. Do I have to have an extra hidden column for it or something like this?
Do something like this:
loadComplete: function (data){