Hi! I'm using a radWindow and inside this I have a RadGrid, but when I click in the navigation bar to change the page, the radwindow does nothing or just send me to a browser error page.
Can you please help me?? This is kind of urgent and I don't know if I miss a thing here.
So, thanks.
4 Answers, 1 is accepted
0
Hi Liza,
Do you experience the same problem on our online demos? You can test them by loading a link for one of RadGrid demos in RadWindow here.
I am asking you this because I am not able to reproduce such problem. I would also suggest to display the page with the grid in an IFRAME (RadWindow is basically an IFRAME) and see if the problem persists.
All the best,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Do you experience the same problem on our online demos? You can test them by loading a link for one of RadGrid demos in RadWindow here.
I am asking you this because I am not able to reproduce such problem. I would also suggest to display the page with the grid in an IFRAME (RadWindow is basically an IFRAME) and see if the problem persists.
All the best,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Liza
Top achievements
Rank 1
answered on 13 Feb 2009, 04:59 PM
Hi! Thanks for your suggestion but, I tried to put the radgrid in an IFrame, but the result is the same, in the moment that i do click on the page navigation to change the page index, the page start loading but the redirects me to a browser error or just does nothing.
I have a page with a RadGrid, here I'm using Custom controls to the editform, now what I want is that in the custom control I click a button and then this opens me a popup window (this is why i'm using RadWindow) and on this window I got another page that displayes a radgrid populated with some information that the user can select, then I return the selected value to a textbox in the custom control. Now the radgrid in the popup window allows paging, but when i try to change the pageindex here, it just does nothing or send me to a browser error.
Can you please tell me what I'm doing wrong?
PD: I'm populating the radGrid in the RadGrid_NeedDataSource Event.
0
Accepted
Hello Liza,
Can you show us a bit of your code where the error occurs? Can you also post a stack trace of the error to be able to replicate it on our end and help you resolve the issue.
You can also review the following example: Window Editing
Best wishes,
Nikolay
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Can you show us a bit of your code where the error occurs? Can you also post a stack trace of the error to be able to replicate it on our end and help you resolve the issue.
You can also review the following example: Window Editing
Best wishes,
Nikolay
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Liza
Top achievements
Rank 1
answered on 16 Feb 2009, 06:07 PM
Hi! thanks for the help, but I found the source of my problem. I was using a ViewState to charge the dataset that I use as the datasource of the radGrid. So I change this for a Session variable and the problem was gone.
Thank you very much for all the help you gave me.