Author Topic: Tooltip hide in row hover when scroll down to up in Grid  (Read 1755 times)

Jignesh

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 46
    • View Profile
Tooltip hide in row hover when scroll down to up in Grid
« on: February 06, 2020, 12:31:01 pm »
Hi Paramvir,

I am facing issue on row tooltip hide when scrollbar down and after up to top.

I have used the below code for the same. My requirement, I have to show the same message on row tooltip.

Also, I have attached a screenshot for the same.

grid.getRow({ rowIndx: lrowid })[0].title = ValidationMsg;

Please let me know your feedback.

Thank you,
Jignesh

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Tooltip hide in row hover when scroll down to up in Grid
« Reply #1 on: February 06, 2020, 09:56:30 pm »
Tooltip for whole row can be added by this code:

Code: [Select]
grid.Range({r1:rowIndx, r2: rowIndx}).comment( "tooltip" );