hi I want to ask how to get datakey value from radgrid in hierarchy mode , when double click event?
function RowDblClick(sender, args) {
alert(args.getDataKeyValue("RJENIS"));
}
thats work only for the parent , but I want to get datakey value from the child.
please suggest...
waiting for your reply.
function RowDblClick(sender, args) {
alert(args.getDataKeyValue("RJENIS"));
}
thats work only for the parent , but I want to get datakey value from the child.
please suggest...
waiting for your reply.