Hi all,
I use a ListGrid + RestDatasource JSON format data with automatic dialog with server side for fetch, add, remove and update operations. All this work fine but
I'd like to add some records in my ListGrid on server side (with no action from the client side).
How to do this ? Nor ListGrid.fetchData or ListGrid.RefreshFields is working.
I add my records with SQL DataBase operations but no way to update ListGrid content.
P.S : I read many member requests regarding server side code for handling SmartGWT datasource. For those who are interested, I can send you a complete project based on MySQL DataBase + TopLink persistence + JSON/XML broker servlet. Consider this as a starter.
Regards
I use a ListGrid + RestDatasource JSON format data with automatic dialog with server side for fetch, add, remove and update operations. All this work fine but
I'd like to add some records in my ListGrid on server side (with no action from the client side).
How to do this ? Nor ListGrid.fetchData or ListGrid.RefreshFields is working.
I add my records with SQL DataBase operations but no way to update ListGrid content.
P.S : I read many member requests regarding server side code for handling SmartGWT datasource. For those who are interested, I can send you a complete project based on MySQL DataBase + TopLink persistence + JSON/XML broker servlet. Consider this as a starter.
Regards
Comment