Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1130
grid jumping causes my header checkbox to not fire its event
posted

I have a grid which is utilizing a creation filter which added a checkbox to the header of the grid.  When this checkbox is checked/unchecked, the checkboxelement click event is fired and handled in the creation filter, which raises an event that is handled by another object(my grid class implementing the creation filter). 

My problem is when I have scrollable screen and the user clicks a header checkbox, the screen jumps the grid control to the top of the screen and the event does not fire.

However, once the grid is at the top of the screen, the user can click the header checkbox without the screen jumping the control to the top(since it is already there), and it works fine.

How do I get the click event to fire for the header checkbox that was clicked?  I guess I need the click event for the creation filter to fire before the screen gets jumped, how do I do that.  Or, how do I avoid the jumping of the screen?

Thanks for your help,

Dave Krecker

Parents Reply Children
No Data