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

2 actions linked to a dropdown with ajax needed

1 Answer 52 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
m m
Top achievements
Rank 1
m m asked on 28 Jan 2009, 06:25 PM
i want to use a dropdown so that if a user selects a person's name ajax opens a tooltipmanager to update a usercontrol to show the selections address. if "add new contact" is selected then a form should show with the blank form to enter address info.


1 Answer, 1 is accepted

Sort by
0
Tervel
Telerik team
answered on 02 Feb 2009, 01:49 PM
Hi m m,

The following online demo should be a good starting point:

http://demos.telerik.com/aspnet-ajax/tooltip/examples/loadondemand/defaultcs.aspx

The demo uses a templated asp:Repeater control (you can substitute this repeater with a templated RadComboBox dropdown).

Each template instance has a tooltip which loads a user control using AJAX. The user control features a form with options - and once the user selects stuff, the information is sent to the server.

As far as we are able to determine from your scenario, this should be fairly similar to what you need to implement.

Kind regards,
Tervel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
m m
Top achievements
Rank 1
Answers by
Tervel
Telerik team
Share this question
or