JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Selection in grid › Reply To: Selection in grid
July 16, 2025 at 9:43 am
#112664
Participant
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