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.
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.
Comment