JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Selection in grid › Reply To: Selection in grid
July 16, 2025 at 8:52 am
#112663
Participant
My data field is defined as
{label : ‘Code’, dataField:’CODICE’, width:’auto’, align: ‘center’, width: ‘15%’, visible : true, allowEdit: false},
Shouid I add something to make it the id or I need to add a column named id to my columns ?
I also tried to add row.id value to each row but it seems to ignore it.
Tks