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

PostBack To RadGrid(Which in In IFrame)

1 Answer 132 Views
Window
This is a migrated thread and some comments may be shown as answers.
Rahul Khinvasara
Top achievements
Rank 1
Rahul Khinvasara asked on 17 Jan 2009, 09:52 AM
Hello,

I have one page suppose Test.aspx  in which I have used 6 Iframe.in each IFrame I have one Page (each page is showing either Chart or Radgrid).
       See One Of IFrame has page(Suppose Home.aspx) through which RadGrid is Binded,I have one of column of RadGrid is LinkButton,In LinnkButton Click I am opening one RadWindow, Everything is fine till this point,My Popup has one button Update on Update Button I have called Javascript in script I called  above function.

GetRadWindow().BrowserWindow.CallBackDisFunctionDept(status);
      Due to this function This opened Radwindow is closed Automatically and Called CallBackDisFunctionDept function  which is written under Test.aspx   page On that function I am calling Button Click button due to call that Button Click function that Text.aspx page is refreshed and all the IFrame in that page is also refreshed .

 But I don't want that It should work like that,I want to Refresh only that IFrame through whose Linkbutton Radwindow was opened.
But At this Time Whole Page is going to refresh.I am not able to postback  to only that page Home.aspx from Radwindow..It does not working.

Hope I'll get Solutions soon.

Thanks

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 19 Jan 2009, 01:43 PM
Hello Rahul,

If the RadWindow control is in Home.aspx (a page that is displayed in an IFRAME in Test.aspx), GetRadWindow().BrowserWindow should get you back to Home.aspx  - e.g. in the same page from which the RadWindow control was opened.
Since you say that the behavior is different, I would like to ask you to open a support ticket and to send us a small sample project where the problem can be reproduced. We will examine your setup and provide you with solution right away. Just make sure that the project can be run locally and attach it to the support thread.


Best wishes,
Georgi Tunev
the Telerik team

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