JavaScript UI Libraries & Blazor Components Suite – Smart UI › 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
oliver.aldrian
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?