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

An error regarding the RadGrid in the RadWindow

3 Answers 92 Views
Window
This is a migrated thread and some comments may be shown as answers.
Manesh
Top achievements
Rank 2
Manesh asked on 09 Feb 2012, 05:39 AM
hello this is manesh,

frnds my problem is that, we see many examples like clicking a button and a pop-up will be opened similarly here i'm opening a radwindow containing a grid inside it with 2 columns so for the first time i'm getting it clearly with lines and all so when i click it the data is appeared in the text box but when ever i clicked the button for the second time the grid is disappearing but the data is presented so please any once could solve this problem

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Feb 2012, 06:43 AM
Hello,

I tried to reproduce the same but no avail. Try the following code in button click.
JS:
function OnClientClick()
 {
  var oWindow = window.radopen("page.aspx", "RadWindow1");
 }

Thanks,
Princy.
0
Manesh
Top achievements
Rank 1
answered on 09 Feb 2012, 10:37 AM
thanks buddy.......but the problem has not solved.
0
Marin Bratanov
Telerik team
answered on 10 Feb 2012, 04:35 PM
Hello Manesh,

It looks like the stylesheets for the RadGrid are not loaded the second time. Please inspect the network requests and see if they are all returned properly. You may find useful this article on troubleshooting webresource related issues.


Kind regards,
Marin
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Window
Asked by
Manesh
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Manesh
Top achievements
Rank 1
Marin Bratanov
Telerik team
Share this question
or