Here's how I fixed it. It's kinda a hack, but it works in Chrome and IE. This applies to Telerik.Web.UI Version=2015.3.930.45
Inside:
function OnClientLoad(editor, args) {}
I do this:
$("IFrame").height("100%");
$(".RadEditor").height("");