As
for Smart Rendering, can I use static xml, and define the number of items shown
with each render? Currently the smart rendering with single loading appears to
load 14 at a time. Can this be changed?
There should not be any problems with Smart Rendering.
If you use static xml it means that entire data is
loaded on client side from server. You can�t really specify how much to load,
because it loads everything file contains. What to rendering � it will always
render number of rows necessary to fill grid visible area.<o:p></o:p>