Hello,
Here i have one small concern. In web page i have a jqxGrid, lets say with 500 rows and i display 20 records on page and rest can be seen by using scroll bar.
Now, when am scrolling from top of the web page (lets believe jqxGrid not visible when u are at top) towards down using mouse wheel, the page scrolls up. But as soon the jqxGrid comes behind the mouse arrow. then page scrolling stops and the jqxGrid rows start scrolling till 500 rows and then page scrolling re-starts again. Same when you scroll from bottom up (500 rows to 20 rows).
Is there any technique that the jqxGrid should be in view mode until i click on it and intentionally scroll, otherwise just page should scroll.