Grid with Bound Form in Window
This example illustrates how to implement a common scenario where UI consists of a grid that shows a read-only list of records and a form where it is possible to edit these records. The same form can be used to add a new, blank record. All four CRUD operations are implemented with writes to the server. The demo server does everything like a real server except writing to a real database.