I'm trying to get the ClientID of a RadGrid from a sender object in a javascript event. I need to get the RadGrid from a filteritem keypress event. How do I get that?
This is crude but I can get it like this:
var RadGrid1 = $find(sender.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.id);
Anybody got any idea how to get the uniquename from the sender object?
This is crude but I can get it like this:
var RadGrid1 = $find(sender.parentNode.parentNode.parentNode.parentNode.parentNode.parentNode.id);