JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › RowDetail event › Reply To: RowDetail event
September 23, 2022 at 9:20 am
#103734
Participant
Thanks, but,
there’s no effect the first time we open detailrow.
onRowDetailUpdated(index, row, details) {
alert(‘ Id : ‘+ row.cells[0].value);</div>
}
this works only from the second time we open detail row !
This error appears for all rows the first time.
Thanks