Currently I have a page which contains a RadGrid (with subgrid), RadToolTipManager, and RadAjaxManager. I have a GridHyperLinkColumn which I selectively disable the URL of in the code behind. When the URL is disabled I add a tool tip by adding the columns ID to the RadToolTipManager TargetControls collection.
The RadAjaxManager has the Grid set to update the itself as well as the RadToolTipManager.
I'm able to use the various paging and sorting controls and still have the tooltip appear where it should. As soon as I expand a sub-grid is where I'm running into a problem. The tooltip that appeared just before the sub-grid request will no longer appear for the same cell.
One thing I did notice is that before the sub-grid request the TD element had an ID while after the request the ID was gone. I'm guessing that since the ID of the element is gone the RadToolTipManager is not able to tooltipify the cells since its not technically part of its TargetControls collection.
Any idea as to why the TD element loses it ID during the AJAX postback?
I'm working on a project to attach to this. I'll hopefully be able to demonstrate this issue.
The RadAjaxManager has the Grid set to update the itself as well as the RadToolTipManager.
I'm able to use the various paging and sorting controls and still have the tooltip appear where it should. As soon as I expand a sub-grid is where I'm running into a problem. The tooltip that appeared just before the sub-grid request will no longer appear for the same cell.
One thing I did notice is that before the sub-grid request the TD element had an ID while after the request the ID was gone. I'm guessing that since the ID of the element is gone the RadToolTipManager is not able to tooltipify the cells since its not technically part of its TargetControls collection.
Any idea as to why the TD element loses it ID during the AJAX postback?
I'm working on a project to attach to this. I'll hopefully be able to demonstrate this issue.