I have a grid with Ajax enabled.
browser=xmlXmlOnLoadType=Virtual
When I first load the grid I am missing the veritical scrollbar. If I click into the grid and scroll the mousewheel, it will initiate XMLHTTP post and the scrollbar appears.
Any idea what might be happening here?
Hello,
I am trying to reproduce the problem, unfortunately to no avail. When I load for first time grid vertical and horizontal scrollbar appears. I use the NetAdvantage 8.3 VS 2008 SP1 Please take a look at the picture below:What am I missing?
I have my Ajax enabled grid width set to 100% There are 6 columns which expand and do not cause horizontal scrolling.
If I set scrolling to auto I do not get the scrollbar on first load. If I set the scrollbar to always it displays but is disabled on first load.
I have the same problem , the scrollbar is missing in a grid.
I can figure out the pattern of my problem.
I have a main page which contains 2 Tabs, in each tab, it links to another page which contains the grid.
I set the focus to the first tab. There is no problem in the grid in the first page, but the one in the second grid produce the missing scrollbar problem.
However, if the second page is still loading and i click on the second tab, the scrollbar appears.
Which implies that if the second page finishes loading before i open the second page, the scrollbar will be missing.