Hi,
I would like to know, how we can extract the properties of a grid from the javascript radgrid object
for example i need to know in the client side whether "selecting-allowrowselect" of the grid is being rendered as true or false,
I would like to know, how we can extract the properties of a grid from the javascript radgrid object
for example i need to know in the client side whether "selecting-allowrowselect" of the grid is being rendered as true or false,
<
clientsettings selecting-allowrowselect="true">.
//Assigns the Global Grid object on grid created
function OnGridCreated(sender, eventArgs) {
grid = sender;
}
so how to access the above property [clientsettings selecting-allowrowselect] in the "grid" object?
Regards,
CSW Support