Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
386 views

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... ...
1
vote
2answers
190 views

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 ...
1
vote
3answers
4k views

RadAjaxPanel version of UpdatePanel.Update()?

What can I do with the RadAjaxPanel to force a partial postback and refresh/update all the controls inside it? I used to use an UpdatePanel and call .Update()
0
votes
1answer
15 views

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 ...
0
votes
0answers
50 views

RadGrid + RadAjaxManager + jQuery Validation Plugin issue

I've an editable RadGrid which on edit shows a custom user control as a pop-up. The grid was embedded in an update panel and the user control used jQuery Validation plugin for validating the inputs. ...
0
votes
0answers
68 views

Input string was not in a correct format. when clicked on link in gridview template field in a Rad Ajax panel asp.net

I implemented a Gridview with template field column which contains html img and data. and placed grid view in RadAjaxPanel and implemented gridview Row_DataBound method to convert a row to hyperlink ...
0
votes
1answer
669 views

Telerik RadGrid + RadAjaxManager

Let's go straight to the problem. I have two gridviews from which one generates the data source to another one. Both gridviews have ability to edit the item (row), but editing only works in first ...
0
votes
1answer
202 views

Using telerik's RadAjaxManager with nested ASCX controls

I want to use telerik's RadAjaxManager with nested ASCX controls I have the following setup: Page ascx1 ascx2 ascx2 is nested in ascx1 which is in Page. I have a RadAjaxManager on ...
0
votes
1answer
159 views

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, ...
0
votes
0answers
56 views

.net telerik radajaxmanager

I am attempting to use curl to scrape a .net page - one site on our linux server other on our windows.... the .net site uses the radajaxmanager to update the data on the page and the headers sent can ...
0
votes
2answers
87 views

how Remove A Control From Ajax Mode Inside A Repeater?

hi my dear dear friends : 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.(mean repeater has ...
0
votes
2answers
2k views

RadAjaxManager problem when showing/hiding control on page loading

I have the webform with dropdown list, label and textbox. Like below: <asp:DropDownList ID="ddlTest" runat="server" AutoPostBack="true"> </asp:DropDownList> <asp:Label ID="lblTest" ...
0
votes
2answers
1k views

what is the correct configuration of RadAjaxManager - this issue is in ralationship with UpdatePanel !

At first look at the below aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm4.aspx.cs" Inherits="Amlak.WebForm4" %> <%@ Register Assembly="Telerik.Web.UI" ...
0
votes
1answer
607 views

Telerik RadAjaxManager and Mouse Events in Chrome

Whenever I'm using Telerik's RadAjaxManager in Chrome, the events sent to any mouse events I'm using are passed as null. For instance, the following: <img id="Image1" src="image.gif" ...
0
votes
1answer
1k views

How do I get Ajax to work with Telerik DockZone, ListView and DataPager

I'm having a bit of a difficult time trying to figure out exactly how to make a correct Ajax call work with the Telerik DockZone, ListView and DataPager. I'm hoping someone can help out a bit. I am ...
0
votes
2answers
2k views

Execute client Javascript after RadAjax callback

I have a web form that uses the Telerik RadAjaxManager (via RadAjaxManager proxy) to update a RadGrid based on filter criteria. When the criteria change, I rebind the grid, but now I also want to ...
0
votes
1answer
425 views

Refactor to replace AjaxControlToolkit or RadAjaxManager

I have inherited a DotNetNuke codebase and have come across areas that have included both the AjaxControlToolkit and the Telerik RadAjaxManager. There are plenty of instances where one is preferred to ...