Announcement

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

    How to make ListGrid send entire row for update

    Hi,
    I have a ListGrid and DynamicForm bound to the SmartClientOperations.wsdl datacource. The ListGrid is editable (setCanEdit(true)).
    During Update, DynamicForm generates request with all fields values included (changed by user or not).
    On the other hand, ListGrid creates request with the key and changed only fields, so it has to be addressed differently on the server side.
    Is it possible to make ListGrid send entire row for update ?
    Thanks,
    MichalG

    #2
    Override DataSource.transformResponse and add code to send the contents of the entire record.

    Sanjiv

    Comment


      #3
      Any example ?
      I am new to smartgwt.
      MichalG

      Comment

      Working...
      X