I’m using live grid with RPC proxy for data loading. When I add items dynamically to the grid store I cannot see them in UI unless I refresh the LiveGridView. The problem is that refresh the LiveGridView reloads data from server. How can I refresh the view and see the new added items without reload data from server?
How can I refresh the view and see the new added items without reload data from server?
There isn othing for this implemented. Its a live streaming view from the serverside. Clientmodifications are not allowed. You will need to add the model on your server and than refresh the livegridview.
Hi Efrat Arvats,
I guess your grid is contained in a ContentPanel (or any other container), I guess you need to setLayoutOnChange to true for the container (it worked for me)