Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

ListGrid.startEditing(rowNum) also deletes the record

$
0
0
When ListGrid.startEditing(int rowNum) is called, it also deletes the record. The framework asks if it this record should be deleted first.
Also ListGrid.removeRecordClick(rowNum) does nothing.
We have the following setup (relevant piece of code)
Code:

    this.setCanRemoveRecords(true);
    this.setWarnOnRemoval(true);

SmartClient Version: v10.0p_2014-10-02/Pro Deployment (built 2014-10-02)
FF 32.0.3

Viewing all articles
Browse latest Browse all 4756

Trending Articles