Questions tagged [radajaxmanager]

For issues relating to the RadAjaxManager of Telerik

The RadAjaxManager is a control of that allows developers to rapidly develop powerful and complex solutions.

Resources:

44 questions
1
vote
2 answers

how disable / enable An Ajaxifeid Button From Client Side (JavaScript)

i have an AJAXIFIED button(btnsend) thas is disable by it's Property -> Enabled="False" i have a TextBox Next To This Button And I Want Enable that Button When Users Type Something in That TextBox... so i did this (JavaScript): function…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
1
vote
2 answers

RadAjaxManager problem when showing/hiding control on page loading

I have the webform with dropdown list, label and textbox. Like below:
Lukasz Lysik
  • 10,462
  • 3
  • 51
  • 72
1
vote
1 answer

RadAjaxManager Destroys My Design And Move My Controls (In Preview Mode) that are Inside It

why radajax manager do this to me ? plz see these pictures beloaw... http://www.2shared.com/file/12426877/11c38fb4/WithOut_RadAjaxManager.html http://www.2shared.com/file/12426799/63a4c800/With_RadAjaxManager.html this problem exists about every…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
1
vote
2 answers

Telerik control events always being triggered

I'm using the Telerik combo box to create cascading multi-select drop down lists. I have several drop down lists on the page ddlProject, ddlUnit, ddlDiscipline, ddlDocType. I am using the Telerik RadAjaxManager to trigger the updates of the…
CodeFirstAndy
  • 591
  • 3
  • 8
  • 26
1
vote
2 answers

Telerik-RadWindow,RadAjaxManager and IE9 crash application

I am using Telerik control,There two page List and Detail page. Detail page opens Radwindow. After closing radwindow, ajaxrequest is refreshing grid of list page(parent page).
1
vote
1 answer

Could not find UpdatePanel with ID

I am creating an aspx page with a save button. On clicking the save button, I am getting an error "Microsoft JScript runtime error: Sys.InvalidOperationException: Could not find UpdatePanel with ID 'lblAFTimePanel'. If it is being updated…
Soumya
  • 123
  • 2
  • 10
  • 21
0
votes
1 answer

How to know server response in ResponseEnd method of a RadAjaxManager

Im using Rad ajax manager, RadAjaxLoadingPanel in my webform. I have two panels in my form, Panel1 is having Create account controls and another Panel2 is for Thank you notes. When user created an account successfully i need to hide Panel 1 and…
praveenb
  • 10,549
  • 14
  • 61
  • 83
0
votes
0 answers

Setting set_enableAjax(false) on on ajax request start

I have a RadComboBox inside rad grid template column, grid have its own ajax setting. I need to do a standard postback on OnSelectedIndexChanged so on ajax manager OnRequestStart i am setting set_enableAjax(false) when the sender is RCBExport. Now i…
Himanshu
  • 9
  • 3
0
votes
1 answer

Queuing or allowing multiple AJAX requests in Javascript?

I've got the following scenario: User has the ability to drag-and-drop a control onto the page. The 'dropping' client-side event initaties an ajaxRequest like so: function OnClientDropping(sender, eventArgs) { var sourceItem =…
Sean Anderson
  • 27,963
  • 30
  • 126
  • 237
0
votes
2 answers

how Remove A Control From Ajax Mode Inside A Repeater?

I am using radajaxmanager for getting ajax mode. But many times I prefer to remove a control such as a link button inside a repeater from ajax mode (means repeater has been added to radajaxmanager). How can I do this job with radajaxmanager? That…
SilverLight
  • 19,668
  • 65
  • 192
  • 300
0
votes
2 answers

Server side button click does not fire when I use it in RadAjaxManager

I am using several settings in RadAjaxManager. I have a server control asp button which re-loads the whole page when clicked. To revent that I put this setting in RadAjaxManager
user2837961
  • 1,505
  • 3
  • 27
  • 67
0
votes
1 answer

RadAjax not firing on 1st click after client side event handler

I'm using RadAjaxManager to ajaxify some WebForms controls. The ajax works fine in all scenarios except one: I have a LinkButton:
Adam
  • 1,932
  • 2
  • 32
  • 57
0
votes
1 answer

Cant able to find Radajaxmanager when used inside user control

I am having issue with deleting record with RadAjaxManager. TypeError: ajaxManager is null. This is my Code: Default.aspx:
0
votes
0 answers

Keeping slider open when rebinding grid using AJAX in asp.net webforms

I am using this slider on a page in my asp.net webforms application. The slider users jQuery to simply open and close a div on the page. The content in this slider div is an asp.net repeater that lists a bunch of Link buttons. I have a grid in the…
William Venice
  • 329
  • 2
  • 7
  • 16
0
votes
1 answer

Updating RadAjaxPanel from jQuery

I have a RadGrid control inside a RadAjaxPanel. In my jquery code, I make an ajax request to add a new record to RadGrid. It's added sucessfuly. However, it doesn't show up on the page even though I update RadAjaxPanel through the code below. var…
Ned
  • 1,055
  • 9
  • 34
  • 58