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 5:08 pm
#103237
oliver.aldrian
Participant
ok, so the grid does not support it natively to select something if I don’t have the Id ie. rowNumber.
I could work around that, iterate over the rows get the details, and compare them to the elements in my list, to get the correct row number.
BUT as I already described: When the OnReady fires, grid.Rows is still empty even though I can clearly see the rows in the browser.