Hello,
Can a member please direct me or provide a basic simple code example(client and server side) on how to get data from the server to the client by leveraging the fetch row functionality of the smart GWT framework.
The server gets data from an Oracle database.
Ultimately would want the client to fire a query on the server and for example fetch 100 rows from the server at a time.
This is asked because the ListGrid is causing IE8 to popup a slow script message when a many rows are returning to the client.
Currently using SmartGWT 5.0p.
I will appreciate all assistance.
Thank you.
Can a member please direct me or provide a basic simple code example(client and server side) on how to get data from the server to the client by leveraging the fetch row functionality of the smart GWT framework.
The server gets data from an Oracle database.
Ultimately would want the client to fire a query on the server and for example fetch 100 rows from the server at a time.
This is asked because the ListGrid is causing IE8 to popup a slow script message when a many rows are returning to the client.
Currently using SmartGWT 5.0p.
I will appreciate all assistance.
Thank you.
Comment