Announcement

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

    Send extra info to Datasources "executeUpdate" method

    Hello,

    When changing a value in a grid the Datasource method "executeUpdate" is triggerd. I wonder if it is possible to intercept the call or add information in the criteria that is sent to this "executeUpdate" from the UI.

    SmartGWT Version: 6.1-p20180404

    #2
    Hi eduardo.sasse,

    if you want to do arbitrary stuff clientside that can't be done with e.g. hidden fields plus default values, have a look at DataSource-with-RequestTransformer here.

    Best regards
    Blama

    Comment

    Working...
    X