ToggleButtonExtender is using Absolute Position to show the image of the toggle button. This is not recommended in GridView inside the fixed size Panel with vertical scroll bar. The images of the Toggle Button appear anywhere at the top of the page where the Absolute Position has been set even it is inside the Panel. Please take a look at the attached "ToggleButton.js" java script. I have changed the way it displays the Toggle Button image from Absolute Position into normal using only one Div element and sets the background image as the Toggle Button image.
Thanks.
Best Regards,
Shier Vermont REYES
Comments: Workaround found, see comments.
Thanks.
Best Regards,
Shier Vermont REYES
Comments: Workaround found, see comments.