Questions tagged [radajaxloadingpanel]

10 questions
3
votes
2 answers

radajax updatedcontrols issue

i have two radgrids in my page. i have to change the visibility of a preview button based on the grids. the visibility of the button was handled ok without ajax. but, i need to do it with ajax. i added like this
2
votes
1 answer

radajaxmanager used for edit in radgrid clears my page heading

i have an aspx page containing a radgrid. i placed the grid inside a radajax manager to ajaxify the inline edit and delete operations. the problem is that it makes my page head cleared. i did like this
1
vote
0 answers

Telerik Loading Panel

I have a problem with Telerik Loading Panel My Problem goes on like this: I have a user control which there is a placeholder and a Rad Menu item which I am loading on a aspx page, here on the menu item click I have to load another user control in…
1
vote
1 answer

Rad Loading Panel does not close after export

I'm using radgrid. When I click the export button, the Rad Ajax Loading Panel shows up but never closes after the export process completes. Do you have any idea about this problem?
Jack
  • 167
  • 1
  • 7
0
votes
1 answer

Should stored procedures be called in OnInit, OnLoad, or OnPreRender?

I have a typical RadAjaxLoadingPanel that fires when a button click method calls a Response.Redirect. The redirect page has several expensive stored procedures in the OnLoad method. This seems to lock up the UI, and the circle freezes until those…
fix
  • 1,425
  • 16
  • 27
0
votes
0 answers

How to avoid the page refresh of user control?

I have one parent page (aspx) which has one user control (ascx) this ascx has onemore user control there i am using a checkbox and dropdownlist .On checkbox check the postback event is triggered that is server side method is executed (same for the…
0
votes
1 answer

Show RadAjaxLoadingPanel without changing RadTheme

I have a problem with RadAjaxLoadingPanel. I'm not able to use it the right way. There is a sample of my code here. LoadingPanel starts work after I'll change skin with SkinManager dropdown. Could anybody help me and tell me what I have to do to…
Jenda Matejicek
  • 151
  • 3
  • 14
0
votes
2 answers

how do I add a loader to this jquery ajax function

I have the following HTML
*obligatory animated gif*
And the…
vibe9
  • 33
  • 3
  • 11
0
votes
2 answers

showing a loading image when ajax start running in background

I have the following script which starts running when i click on record button . I want to show a image when i click on record button which is same as the one displayed usually when we upload images on... this is the script: