Requirement: Need to do pre-select in the asynctable

Hi All,

There is a requirement to do pre-select of a row in the table whenever user opens the modal dialog box.

In modal-dialog box, there is a asyncTable which i created from a provider. I am using “select row check box” control to select the row in the table. Now when user opens that record to edit or so, that selected row shall be pre selected.

Please do the needful if anyone as implemented this kind of requirement.

Thanks in advance.

You can set the selected rows on on the server-side by getting your table content provider and calling the setRowSelectedIds method and pass it a collection of the row ids that should be selected.

1 Like

Thanks for your reply Eric Norman, I will try with this.

Thanks Eric Norman, its working :slight_smile: