Hi
What I specifically want to do is access the parent element of a grid row, specifically the the tbody element.
I am attempting to do this with the following JQuery snipet inside a RadScriptBlock
What I specifically want to do is access the parent element of a grid row, specifically the the tbody element.
I am attempting to do this with the following JQuery snipet inside a RadScriptBlock
var
gridRowParent = $(".rgRow").parent;
Is this even possible.
Next I want to get the height of the gridRowParent.
Any pointers greatly appreciated.