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 14, 2022 at 6:43 pm
#103239
Participant
okay, so the grid takes the data structure I feed in and I can simply check against the datastructure, and get the Id out of it. Good.
How does this work with preapplied filters? are the rows still in there but not visible, or are they removed from the grid?