#112664

I added an id field named id.

I defined in the DataSource keyDataField : ‘id’

I defined it in columns as

{label : ‘Id’, dataField:’id’, width:’auto’, align: ‘center’, width: ‘15%’, visible : true, allowEdit: false},

I filled it.

but getSelectedRowIds() still returns the row number of the selected rows and not my id.

Tks