Hi,
I am using radgrid. i want to avoid paging when data has been modified. i am using onCommand method i have stopped redirect. but the current page image changed. i want to fix that background also not changed.
function rgPayTxn_OnCommand(sender, args) {
alert('Please save or discard the changes');
args.set_cancel(true);
}
This is code. it is working fine. please let me know how to stop current page image.
please check the attached image. please see the attached image
Please let me know,
Thanks in Advance,
Dhamu.
I am using radgrid. i want to avoid paging when data has been modified. i am using onCommand method i have stopped redirect. but the current page image changed. i want to fix that background also not changed.
function rgPayTxn_OnCommand(sender, args) {
alert('Please save or discard the changes');
args.set_cancel(true);
}
This is code. it is working fine. please let me know how to stop current page image.
please check the attached image. please see the attached image
Please let me know,
Thanks in Advance,
Dhamu.