Click here to Skip to main content
15,887,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Team,
I have a DevExpress gridview control. For this grid, I have enabled virtual scrolling by adding this setting
C#
<Settings  VerticalScrollBarMode="Visible" VerticalScrollBarStyle="Virtual" />
The feature is well described [here]

My client has another windows desktop application. My web application runs under that desktop application.
On my local machine, my web app works just perfect. I even have created a sample winform application with browser control in it and run my web app under that browser. This too worked very well.
But when we try to run this web app under client's third party desktop app, the scrolling feature described in the above link does not work. User cannot scroll down for more records. Scrollbar is there , but for that page only. By scrolling down further user should load next bunch of records and move to the next page. Which does not happen.
I am not able to reproduce this issue.

Any help on this is appreciated.

Thanks,
Lok.
Posted
Updated 12-Jun-15 1:58am
v6

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900