I'm binded the result of a wcf service call to a grid on the client
side. All good. I'm also trying to put tooltips on various columns in
the grid (also clientside). Putting the tooltips on isn't the problem.
The problem starts when I go to page 2. The tooltip IDs for page 1
still exist and so the tooltip breaks. So question is how do you remove
the tooltips from the tooltipmanager on the clientside. I've seen the
way to so this on the server side i.e.
RadToolTipManager1.TargetControls.Clear(); But there doesn't seem to be
an equivalent on the client side.
Any help would be appreciated.
Thanks
Any help would be appreciated.
Thanks
