Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Data Grid › React Data Grid This topic has 3 replies, 2 voices, and was last updated 2 years, 6 months ago by Markov. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 14, 2023 at 6:26 am #104703 gunti anjiParticipant Using React “grid.current.getSelectedRows() ” returning empty array. Could you please suggest is there any way to get selected rows by doing rangeSelection April 14, 2023 at 3:03 pm #104706 MarkovKeymaster Hi, getSelectedRows returns an array when there are selected rows. Otherwise it returns an empty array. Regards, Markov April 17, 2023 at 11:18 am #104713 gunti anjiParticipant Below is the code sandbox url for react smart grid. I have tried selecting 3 rows using range selection. all of my selected rows data printing empty array https://codesandbox.io/s/rough-water-1lh72c?file=/src/App.js April 17, 2023 at 12:10 pm #104714 MarkovKeymaster Hi, In the given sample, you use cells selection so you should use getSelectedCells() method, not getSelectedRows() which is for rows selection. Regards, Markov Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In With Google Log In