Hello,
currently I evaluating the smartgwt enterprise edition (3.1d) and got the problem, that the method ListGrid::removeRecordClick(int row) is not called when the remove icon is clicked.
According to the Javadoc and the doc of the ListGrid.js this should be an overwrite point:
currently I evaluating the smartgwt enterprise edition (3.1d) and got the problem, that the method ListGrid::removeRecordClick(int row) is not called when the remove icon is clicked.
According to the Javadoc and the doc of the ListGrid.js this should be an overwrite point:
May be overridden to perform custom logic on remove click.
Comment