Hello! I have a RadGrid inside of RadWindow... I need to select a Radgrid row in clientside... How can I do that?
I´m trying to get the radgrid like that: var masterTable = $find("<%=radgridID.ClientID%>").get_masterTableView();
but always getting null...
Any help?