Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › Data Grid › rowClick Event This topic has 1 reply, 2 voices, and was last updated 3 years, 8 months ago by admin. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 9, 2022 at 10:31 pm #103061 Joko PitoyoParticipant <div> <div> grid.addEventListener(‘rowClick’, function (evt) {</div> <div></div> <div> const id = evt.detail.row.od;</div> <div> const dataAlarm = grid.getRowData(id);</div> <div> console.log(dataAlarm)</div> <div> console.log(evt.detail.row);</div> <div> console.log(evt.detail.row.data);</div> </div> <div> above code doenot give me data…. really confused</div> <div> <div> })</div> </div> <div></div> April 10, 2022 at 7:03 am #103064 adminKeymaster Hi, const id = evt.detail.row.od should be const id = evt.detail.row.id. Best regards, Peter Stoev Smart UI Team https://www.htmlelements.com/ Author Posts Viewing 2 posts - 1 through 2 (of 2 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