When the user selects an image and the image editor displays it, I need the editor to automatically re-size the image from what ever default size it was on the users computer to a width of 400 and height of 100.
I tried the following and it did not work... Any suggestions?
//<![CDATA[ function RadImageEditor1_ImageLoad(sender,args) { setTimeout(function () {sender.resizeImage(50, 50, true);}, 300); }//]]>