This is a migrated thread and some comments may be shown as answers.

_invokeDialogCallBackFunction closing window?

1 Answer 50 Views
Window
This is a migrated thread and some comments may be shown as answers.
rdochert
Top achievements
Rank 1
rdochert asked on 06 Nov 2008, 12:09 AM
this function was working ok in a previous build but it seems now that 
- GetRadWindow()._invokeDialogCallBackFunction()

now closes the radwindow, which is not what i want to happen since i am not using the radwindow as a popup dialog.

my page works like this.

on page load, the window shows a web page. if the use selects an edit option from a treeview on the same page as the radwindow then i display the edit form in the radwindow. when they complete the edit and click OK, i process updates on the edit page and then invoke the client callback function when that page reloads. this callback function restores the original state of the radwindow. however, when i call it now, the window has been closed somehow (without me calling the close method).

any idea why this is happening?

thanks,
rob

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 10 Nov 2008, 03:51 PM
Hi rob,

Note that _invokeDialogCallBackFunction() is an internal function and in general it should not be used - its logic can be changed and problems like the one you experience can occur.

Please open a support ticket and send us a small sample project where we can examine your exact logic and code - we will check it and do our best to provide you with an appropriate suggestion on how to achieve it.



Regards,
Georgi Tunev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Window
Asked by
rdochert
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or