Under SmartPower 2.5 I have a page that has a ListGrid on it which is backed by a datasource which is derived from the built-in datasource. So far so good...
The listgrid is just showing transaction histories from my applicaition. it is not editable in any way.
My application keeps a limited FIFO of the last N (300?) transactions.
I want to use the real-time messaging module to be streaming new record additions (and old record removals) from the server to the listgrid.
I haven't been able to find any documentation or examples for this combination. Is it possible?
The listgrid is just showing transaction histories from my applicaition. it is not editable in any way.
My application keeps a limited FIFO of the last N (300?) transactions.
I want to use the real-time messaging module to be streaming new record additions (and old record removals) from the server to the listgrid.
I haven't been able to find any documentation or examples for this combination. Is it possible?
Comment