earist
4 Jul 2012, 1:22 AM
Hi, everyone
I use ExtJS 4.0.7 to create grid panel like Grid Array Example
http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/grid/array-grid.html
I removed some grid properties such as
height
title
collapsible
and rendered it to "grid-example". See test.zip to view full code.
HTML code:
<html>
..................
<body></body>
</html>
When I opened on Chrome version 20.0.1132.47 m. Some data in grid were missing
36800
I resized browser and selected lasted row that I could see in grid. For example I clicked on
"The procter & Gamble Company"
36805
The row bounced up and grid header disappeared.
36804
36806
Sometime cursor and scrollbar were bounced up to the top of page.
How can I fix this problem
Thank you in advance
earist.
I use ExtJS 4.0.7 to create grid panel like Grid Array Example
http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/grid/array-grid.html
I removed some grid properties such as
height
title
collapsible
and rendered it to "grid-example". See test.zip to view full code.
HTML code:
<html>
..................
<body></body>
</html>
When I opened on Chrome version 20.0.1132.47 m. Some data in grid were missing
36800
I resized browser and selected lasted row that I could see in grid. For example I clicked on
"The procter & Gamble Company"
36805
The row bounced up and grid header disappeared.
36804
36806
Sometime cursor and scrollbar were bounced up to the top of page.
How can I fix this problem
Thank you in advance
earist.