How to Get Value from GridView (row click) in javascript
Hello i using Telerik GridView i cach event (double click on row) and it
works. Here code in javascript
function RadGrid1_OnRowDblClick(sender, args) {
console.log(sender);
}
Now i need to get value from this Row (this row have
ID,ProductLoad,Distance),i my case i need the ID of the row that i double
clicked.
Sow how can i do this?
No comments:
Post a Comment