I would like to tie the exposure of a radgrid in the form of a Bootstrap Popover on the click event of a cell in another RadGrid. I currently have a radgrid with 3 levels of hierarchy. At any point in the hierarchy, the users may want to see a decomposition of a number in a grid. Think of something like a Timesheet summary number, vs the actual projects charged. Rather than get crazy with the nesting of grids down to 4 and 5 levels deep, I thought that from a UI perspective it would be better in this case to allow someone to click on a cell and get additional details via a bootstrap popover, bootstrap modal, or windows popup in that order of preference.
From what I can tell about popovers, however they seem kind of limited in content. Anyone ever tried this before?