ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: Param Query Eval on March 03, 2020, 05:15:40 pm
-
I want to add bootstrap popover for one of the column to display some details through ajax request.
it is working fine outside of grid element not in grid column cell[attachment for reference].
however there is no javascript error in console. Is it might be conflict between between pqGrid and popover js.
P.S: we tried with pqGrid tooltip however it displays comments in a absolute place. we want to display the tooltip where the user clicked help icon.
-
The issue got resolved now, it was not with pgGrid event. Basically popover doesn't bind on dynamic elements as like static elements. so we have to bind in different way. Stackoverflow link for reference if anyone interested.
https://stackoverflow.com/questions/16990573/how-to-bind-bootstrap-popover-on-dynamic-elements