Hi,
Telerik.Web.UI.ImageDialogCaller.prototype.callImageDialog = function()
{
I have tried to override the image dialog caller by using the following:
{
// in here I use the showExternalDialog with a callbackfuntion to open a new customized ImageManager. This works fine, but my problem is - how do i in my callbackfunction update the page that called the imagedialog - for example "Cellproperties.ascx".
}
