Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 94857

Kendoui Grid Get Selected Row Id when Edit Button is clicked

$
0
0
Hi Damien,

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!
 

Viewing all articles
Browse latest Browse all 94857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>