Hi,
Can anyone tell me how to retrieve the original object that was bound to the grid when a row is selected.
I attached the following callback to the "change" property of grid. I assume there is a way to fetch the original JSON object from this "arg" parameter.
function onChange(arg) {
.... Need to retrieve the object that was bound to the selected row.
});
Thanks in advance.
Can anyone tell me how to retrieve the original object that was bound to the grid when a row is selected.
I attached the following callback to the "change" property of grid. I assume there is a way to fetch the original JSON object from this "arg" parameter.
function onChange(arg) {
.... Need to retrieve the object that was bound to the selected row.
});
Thanks in advance.