In FIXGRIDNode component when I scroll through the elements there is an event being triggered, which reloads the UI data (all the methods exposed in the JSP file). We tried using the property setAvoidroundtrips(), but that only works when I click on the row and has no effect on the scrolling. Do you have any idea which property I need to set to avoid that UI reload?
a scrolling in a FIXGRID by default always picks the next chunk of data from the server-side! The grid is NEVER loaded as complete list of items to the client but is "paged" for performance reasons.
On server side all data that is referenced by default is picked - because it might have changed in the meantime!