Hi,
I'd like to know what would be the best way to:
1. populate a ListGrid with data selected from a postgresql DB ( a query involving more tables, not a simple table view )
2. populate a editable listgrid from a single table and save the edits in the table as they are made
3. accomplish 1 & 2 at the same time
Note: i'd like to do as much as possible in Java code, but if you think the overhead is too great, any solution would be appreciated.
Thanks !
I'd like to know what would be the best way to:
1. populate a ListGrid with data selected from a postgresql DB ( a query involving more tables, not a simple table view )
2. populate a editable listgrid from a single table and save the edits in the table as they are made
3. accomplish 1 & 2 at the same time
Note: i'd like to do as much as possible in Java code, but if you think the overhead is too great, any solution would be appreciated.
Thanks !
Comment