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

[Solved] Does Rad:Ajax do this ?

2 Answers 156 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Jon Hobbs
Top achievements
Rank 1
Jon Hobbs asked on 28 Jun 2007, 11:13 AM
Hi Guys,

I am having a problem with as ASP.NET AJAX UpdatePanel and I need to know if I could solve the problem if I used Ajax Prometheus instead.

I have a series of textboxes inside an UpdatePanel and I have tried to make it so that when you tab from one box to the next it fores a callback to do some validation.

The trouble is that when you tab from one box to the next the cursor disappears when the callback finishes and all focus is lost. The user has to click back into the box before they can continue.

Dos Prometheus Ajax have a fix for this problem or would it still be the same ?

Jon

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 28 Jun 2007, 03:54 PM
Hello Jon,

Please test the attached example and let me know how it goes. You can check this online demo, too:

http://www.telerik.com/demos/aspnet/Ajax/Examples/Common/SettingFocus/DefaultCS.aspx

Regards,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
alsi
Top achievements
Rank 1
answered on 30 May 2008, 02:20 PM
Hi All!

I know this is old thread, but now I have the same problem.
The attached demo application is quite impressive, but what's happening if I have for example 10 textboxes and I don't want to determine the steps.

Textboxes:
Name
Address
Phone
Fax
Email
etc..

After Name textbox fill the client want to go to Fax or Email or whatever they want.
I can't say Name if ok, go to Address because the client want to go to the Fax.
And after client click outside the edited textbox (from Name into Fax), the postback happening and after success ajax response, the Fax textbox loose the focus and the client should click into it once again.

Have U got some solution with RadAjaxmanager? or other way?

many thanks!
alsi
Tags
Ajax
Asked by
Jon Hobbs
Top achievements
Rank 1
Answers by
Vlad
Telerik team
alsi
Top achievements
Rank 1
Share this question
or