Hi Damien,
Thank you for contacting us.
To achieve the desired functionality you can try using the following code snippet:
Additionally I am sending you a simple example which demonstrates this approach.
If you need further assistance, do not hesitate to contact us again.
Regards,
Radoslav
Telerik
Thank you for contacting us.
To achieve the desired functionality you can try using the following code snippet:
function
doOnRowSelect(e) {
var
PersonID = e.sender.dataItem(e.container).PersonID;
alert(
"The "
+ PersonID +
" of the row which we are going to edit here...."
);
}
Additionally I am sending you a simple example which demonstrates this approach.
If you need further assistance, do not hesitate to contact us again.
Regards,
Radoslav
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!