I have an application in SharePoint that contains a RadGrid whoe edit item calls a RadWindow to get some external information. This works fine when I run through testing in my visual studio environment, but as soon as I move it it's SharePoint home, it no longer returns the data. The main page with the RadGrid works fine, it calls the RadWindow fine (and everything in it works as expected), but once I hit the submit button, the RadWindow just closes and the data does not seem to go back to the Parent Window.
Ive based my code on this
demo, and a various other links within the documentation that I can't fnd atm. Is there something different that needs to be done for the values to be returned to the parent window in SharePoint?
I'll try to give the main pieces of code blow:
First, from the main form: the RadWindow declaration:
The field within the RadGrid that needs the data (note the inner Javascript is storing these clientIDs in an array for easy access) :
The JavaScript related to the RadGrid on the arent page:
The entier RadWindow Page that is called and it's Javascript:
and that page's code behind, as it does a little bit of the setup work (although I don't think it's related to the problem).:
I know it's a lot of code to digest at once, but I need help here. As I said, all works perfect in the Visual Studio environment, but as soon as I move it to SharePoint the return variables don't work. Anyone have any idea whats happening?
Thanks,
Russell.