ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Jignesh on February 06, 2020, 12:31:01 pm

Title: Tooltip hide in row hover when scroll down to up in Grid
Post by: Jignesh 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
Title: Re: Tooltip hide in row hover when scroll down to up in Grid
Post by: paramvir 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" );