In order to use Boostrap tooltips, I have the following on my page.
$(document).ready(function() {
$('[data-toggle="tooltip"]').tooltip();
});
However, when using a grid with hierarchy, the tooltips of the details grids are not rendered yet so the above method cannot work for them.
Are there some events that I can hook to when the details grids appear?