i've got a checkbox that i want to be able to control whether or not the tooltipmanager i have shows the tooltip. i'm using a raddatagrid and the tooltips work fine on it, but i want to be able to control whether or not it shows.
so i put an asp checkbox control and on the checkchanged event, i set the mytootipmanager.visible = mycheckbox.checked. this makes it invisible, but then won't re-enable it. ie, once it's off, it's off.
ideas?
so i put an asp checkbox control and on the checkchanged event, i set the mytootipmanager.visible = mycheckbox.checked. this makes it invisible, but then won't re-enable it. ie, once it's off, it's off.
ideas?