This one is weird. I'm not getting my confirm message set like this:
<a onclick="return confirm('Do you want to delete this document: { idx1: , idx2: , Creation Date: 6/21/2013 2:15:17 PM}?');" href="javascript:__doPostBack('RadGridDocView$ctl00$ctl04$ctl01','')">
because after I expand the row it changes to this:
<a onclick="$find('RadGridDocView_ctl00')._clientDelete(event); return false;return confirm('Do you want to delete this document: { idx1: , idx2: , Creation Date: 6/21/2013 2:15:17 PM}?');" href="javascript:__doPostBack('RadGridDocView$ctl00$ctl04$ctl01','')">
any ideas?
<a onclick="return confirm('Do you want to delete this document: { idx1: , idx2: , Creation Date: 6/21/2013 2:15:17 PM}?');" href="javascript:__doPostBack('RadGridDocView$ctl00$ctl04$ctl01','')">
because after I expand the row it changes to this:
<a onclick="$find('RadGridDocView_ctl00')._clientDelete(event); return false;return confirm('Do you want to delete this document: { idx1: , idx2: , Creation Date: 6/21/2013 2:15:17 PM}?');" href="javascript:__doPostBack('RadGridDocView$ctl00$ctl04$ctl01','')">
any ideas?