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

Progress status using Rad window

3 Answers 133 Views
Window
This is a migrated thread and some comments may be shown as answers.
Natraj T
Top achievements
Rank 1
Natraj T asked on 15 Jul 2009, 07:10 AM

Hi,
    I have a requirement to show a progress bar while loading a page(modal). Since we are using Telerix controls, I am planning to use radwindow for this purpuse.

Can anyone help me how to achive this

  • Open a radwindow as a modal popup when a request comes to the page. There should not any buttons either to close or minimize or whatever.
  • Close the window automatically when the page load completes

    I dont want something advance, i need just open a modal popup page which shows some text or image and it should visible until the page loads and should hide automatically.

Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 16 Jul 2009, 01:36 PM
Hello Natraj,

I am not quite sure that I understood your scenario. Could you please implement the standard IFRAME control in such scenario, open a new support ticket and send us your project? Then we will replace the IFRAME with the RadWindow control and send the project back back.

Sincerely yours,
Fiko
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
Natraj T
Top achievements
Rank 1
answered on 16 Jul 2009, 02:40 PM
Hi,

Thanks for the reply,


      Our actual requirement is we need to show some status information to the user like the page is loading. We need it in 2 scenarios.

1.      Within page: we have Rad menu in top, Rad tree in the left side and the details section on the right section. Whenever the user selects an item in the tree, the details is loaded in the right side details section. We used ajaxified concept so, only that part is loaded. It takes bit time; In the meantime the user may select some other item in the tree; we need to stop this and no indication in the load of that detail section since Ajax. We did this using “RadAjaxLoadingPanel”. Everything works fine, no issues in this.

2.      The other requirement is when the user clicks an item in the menu, the tree should populate and the details section also, Here we need something to indicate to the user that the page is loading. I tried as per the below link , but I’m getting error like codeblock <%..%>. We are using master pages, user controls. So if you can help me in this. http://www.telerik.com/help/aspnet-ajax/ajxshowloadingpaneloninitialpageload.html

and one more bug also we are facing, when we click on the grid, we are getting _owner null, anyhow, my manager will contact you in this regard offically.

Thanks and Regards
Natraj

0
Fiko
Telerik team
answered on 21 Jul 2009, 02:00 PM
Hello Natraj T,

In reference to yours questions :
  • In case that you use RadWindows, please check this online demo.
  • When the <%..%>  is used you need to wrap them in RadCodeBlock such as showed on this help page.

I hope this helps.

All the best,
Fiko
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.
Tags
Window
Asked by
Natraj T
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Natraj T
Top achievements
Rank 1
Share this question
or