This question is locked. New answers and comments are not allowed.
Hi,
I'm using the grid with the selectable property, so I had to specify the DataKeys:
But I can't find any way to get this key when I receive the row selected event in javascript. How should I do this???
Thank you
I'm using the grid with the selectable property, so I had to specify the DataKeys:
.DataKeys(keys=>{ keys.Add(c => c.Id); })But I can't find any way to get this key when I receive the row selected event in javascript. How should I do this???
Thank you