I have a Modal ToolTip with ShowEven and HideEvent both set to FromCode. The ToolTip displays a panel that contains a RadGrid and two buttons. The Grid is set to allow column filtering.
When I run the page and display the ToolTip it works fine. However, if I apply a filter, that causes a PostBack which "closes" the ToolTip. I think from other posts I have read that I need to either reshow the ToolTip or "ajaxify" the grid so that the postback is only a partial.
What's the best approach? If I decide to reshow the ToolTip, how do I determine that it was supposed to be open? If I decide to ajaxify the interaction, what settings? I tried setting the Grid as the Target and the ToolTip as the Updated control but that didn't help.
Steve
When I run the page and display the ToolTip it works fine. However, if I apply a filter, that causes a PostBack which "closes" the ToolTip. I think from other posts I have read that I need to either reshow the ToolTip or "ajaxify" the grid so that the postback is only a partial.
What's the best approach? If I decide to reshow the ToolTip, how do I determine that it was supposed to be open? If I decide to ajaxify the interaction, what settings? I tried setting the Grid as the Target and the ToolTip as the Updated control but that didn't help.
Steve