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

html button action inside row template grid

$
0
0

Hello Heath,

I am not exactly sure which HTML control values you would like to access, but you could use jQuery's closest() method in order to access the current row.
E.g.

var row = $(this).closest("tr");

It could then be used to access controls in that row. Regards,
Dimiter Madjarov
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