Rumen,
Thanks for the response. I'm still having a few issues.
$(".rwPromptInput").on('focus')
didn't seem to do anything. I had to change it too
$(".rwDialogInput").on('focus')
and that seemed to do that trick, but we're still not quite there.
This only fires on the first radwindow to open on the page (the first rename, or the first new folder), id does not fire on any subsequent rename or new folder there after until the page is reloaded. Can we do anything about that?