I have a grid using POPUP Edit Forms and when I close the edit form I want to set focus back to the Link that opened the POPUP Edit Form.
I am passing the Client ID of the Link and trying to set the focus. It's not generating an error but it's also not setting the focus to that link either.
What's preventing this from working??
I am passing the Client ID of the Link and trying to set the focus. It's not generating an error but it's also not setting the focus to that link either.
What's preventing this from working??
document.getElementById("RadGrid1_ctl00_ctl06_EditButton").focus();