I am able to implement tooltips in header cells by doing the following:
…
fGrid.setHeader("id,{#tta},type,desc,quantity{#ttb},…
…
Along with some other coding, this works: I correctly get tooltips by hovering over both columns 1 and 4 in the header.
If I then implement split mode as follows:
…
fGrid.init();
fGrid.splitAt(3);
fGrid.loadXML…
…
this causes a split to start at column, which is what I want.
However, with split mode implemented, the tooltip after the split still works, but the tooltip before the tooltip now does NOT work. Is there a way to get this first tooltip to still work? I assume I need to put something after the splitAt line, but I don’t know what.
Unfortunately the issue cannot be reconstructed locally.
The custom shortcut works well in a frozen side of a grid for us.
If issue still occurs for you - please, provide with any kind of sample of your code or a complete demo/demo-link where the issue can be reproduced.
Unfortunately the problem cannot be reproduced locally.
Could you please, provide a more detailed snippet, or a complete demo, where the problem can be reconstructed.
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan