Hi,
In the LiveGrid sample:
Showcase->Featured Samples->Live Grid
The dataURL comes from
http://www.smartclient.com/smartgwt/showcase/ds/test_data/supplyItem.data.xml
which include 685 records.
I found the data file, supplyItem.data.xml, will only be fetched once and
all 685 records will cross the network at one time (I check this by using
Firebug, only one "+GET http://www.smartclient.com/..." log in Firebug's Console).
Is this normal behavior of LiveGrid ?
I expected that when the LiveGrid scrolling, the data will be fetched
one page at a time but that's not the behavior I found in LiveGrid sample.
Does LiveGrid behavior required all data ready somewhere in Browser ?
How can I ask LiveGrid only fetch couple data when user scolling (one page at one time) ?
Thanks a lot.
Regards
KC
In the LiveGrid sample:
Showcase->Featured Samples->Live Grid
The dataURL comes from
http://www.smartclient.com/smartgwt/showcase/ds/test_data/supplyItem.data.xml
which include 685 records.
I found the data file, supplyItem.data.xml, will only be fetched once and
all 685 records will cross the network at one time (I check this by using
Firebug, only one "+GET http://www.smartclient.com/..." log in Firebug's Console).
Is this normal behavior of LiveGrid ?
I expected that when the LiveGrid scrolling, the data will be fetched
one page at a time but that's not the behavior I found in LiveGrid sample.
Does LiveGrid behavior required all data ready somewhere in Browser ?
How can I ask LiveGrid only fetch couple data when user scolling (one page at one time) ?
Thanks a lot.
Regards
KC
Comment