Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Data Grid › find a specific row in a grid › Reply To: find a specific row in a grid
		May 9, 2022 at 4:33 pm
		
		#103167
		
		
		
	
Participant
		
		
	Unfortunately this is not what I need to do.
I need the row id of an element where I have the value of an identifying column.
I have a grid with entries, where I want to preselect a row on page load, and to my knowledge grid.selectRow only does take an id.
Or is the id in the grid always the same as in the dataRecords object? But what if I have applied filtering and sorting?