Author Topic: Bootstrap popover in grid's column cell is not working  (Read 1814 times)

Param Query Eval

  • Newbie
  • *
  • Posts: 15
    • View Profile
Bootstrap popover in grid's column cell is not working
« 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.

Param Query Eval

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Bootstrap popover in grid's column cell is not working
« Reply #1 on: March 05, 2020, 03:00:30 pm »
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