Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to *editable* grid with data from multiple tables and perform CRUD operations?

    I have a mysql normalized database and I would like to show an Editable grid.

    Something like this example:http://www.smartclient.com/smartgwte...udeFromDynamic

    I want to be able to edit the data and be able to save the data into multiple tables in the database having one-to-many or many-to-one relationship

    Is it possible using SQLDatasource? If so, how?
    Any help with this matter will be greatly appreciated!

    #2
    Yes, it's straightforward - if you're trying to cause field included from multiple tables to be editable, then add DMI logic that creates a second "update" DSRequest against DataSources for these other tables.

    There is a discussion and similar example (auditing) in the QuickStart Guide section on DMI business logic.

    Comment

    Working...
    X