Announcement

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

    Any alternative for ListGrid.saveEdits() as it is not availalble in smartGWT 3.0& 3.1

    I want to save contents of one particular row upon editing. This is possible using ListGrid.setAutoSaveEdits(true) and with 'Enter' key pressing.
    I want to implement the same upon clicking a button by user. I found out from different forums that ListGrid.saveEdits() does exactly the same. but the issue is that this API does not seem to be available in smartGWT 3.0 & 3.1.

    Please suggest remedies or any alternatives.

    #2
    I am using saveAllEdits with specific row number to achieve it.

    Comment

    Working...
    X