JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Get Grid Cell
Hi,
How can I get the specific GridRowCell of a grid with the row number and column?
Thank you,
Ferris
If you want to get only the cell value, you can use the getCellValue method. It accepts rowId, dataField. If you want to get the whole cell object, visit this demo to see how: https://codepen.io/dkeamcaksoem/pen/QWzJqXN
I hope this helps!
Best Regards, Svetoslav Borislavov
Smart UI Team https://www.htmlelements.com/
Hi.
Yes, I am trying to get the whole cell object. The code pen demo doesn’t seem to be working for me tho – on both the codepen website and my code.
Thank you, Ferris
Hi Ferris,
When you click the getCell button in the demo, look at the console’s log. My colleague’s example shows how to get the cell object.
Regards, Markov