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
75
Scrolling Issue: Scrollbar position stays in the middle when last row is selected
posted

I use WebData Grid in my application, in some reason my scrollbar stucks in the middle of webdata grid and I dont know why. I use this js function

function AfterRowActivate(gn,rowID)
{
var row=igtbl_getElementById(rowID);
igtbl_scrollToView(gn,row);
}

but it doesn't help me.. Hello All.. I really need your help.

Thanks