Hi,
I have a scenario where I need to set the visibility of a radgrid on page load however I am not able to get the radgrid client side object. Please look at the code below:
It always returns null.
I have a scenario where I need to set the visibility of a radgrid on page load however I am not able to get the radgrid client side object. Please look at the code below:
$(
function
() {
var
grid = $find(
"<%=RgTabularView.ClientID%>"
);
alert(grid);
if
(grid !=
null
) {
}
});
It always returns null.