hi.
I am using the following demo as a guideline for creating records in a window and then sending the data back to the parent page
http://www.telerik.com/support/kb/article/b454K-tee-b454T-cec-b454c-cec.aspx
The demo works as it should. However an issue comes up when I have other controls on the parent page that get populated prior to calling the radwindow()
For eg, if you run the demo out of the box, but add a radDateTime picker to the parent, you will note that each time the closeAndReload() is called, it will clear the values in the parent... this is the culprit I am thinking.
oWnd.BrowserWindow.location.reload();
I got around this by using an ajax manager. Now however I get the usual IE warning that the page has data and needs to be reposted.. Anyone know a way to get around this issue or understand what I mean?
I am using the following demo as a guideline for creating records in a window and then sending the data back to the parent page
http://www.telerik.com/support/kb/article/b454K-tee-b454T-cec-b454c-cec.aspx
The demo works as it should. However an issue comes up when I have other controls on the parent page that get populated prior to calling the radwindow()
For eg, if you run the demo out of the box, but add a radDateTime picker to the parent, you will note that each time the closeAndReload() is called, it will clear the values in the parent... this is the culprit I am thinking.
oWnd.BrowserWindow.location.reload();
I got around this by using an ajax manager. Now however I get the usual IE warning that the page has data and needs to be reposted.. Anyone know a way to get around this issue or understand what I mean?