ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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
-
Tooltip for whole row can be added by this code:
grid.Range({r1:rowIndx, r2: rowIndx}).comment( "tooltip" );