I am using a RadToolTip inside the ItemTemplate of a RadGrid. Would like to have a checkbox that determines "show product mouseover previews". What is the right method to have such a checkbox postback and show/hide the Grid tooltips based on what the user inputs?
I have tried just declaring the 'RadToolTip1' and setting it's visibility depending on the checkbox status, however this does not seem to work, I am guessing because due to the fact the RadToolTip1 is inside the RadGrid Itemtemplate, the ID structure is more complex.
I have tried just declaring the 'RadToolTip1' and setting it's visibility depending on the checkbox status, however this does not seem to work, I am guessing because due to the fact the RadToolTip1 is inside the RadGrid Itemtemplate, the ID structure is more complex.