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

A question before I start ...

1 Answer 38 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Declan
Top achievements
Rank 2
Declan asked on 21 Jul 2008, 05:09 PM
Before I spend lots of time on a task I thought it wise to ask if my idea can be achieved.

I have many user controls, some or all of which may be added to my form based on user selection.

On initial load a list of options is presented to the user in the form of check boxes. The user ticks those required and clicks continue. Based on the user selection I load the appropriate user controls and display a compiled form. Basically the usercontrols consist of grids each of which has AJAX enabled.

One of the user controls is a status monitor to show the user if data has been entered on each of the other usercontrols.

Is it possible for me to trigger an update of the Status monitor control each time any of the data entry user controls are updated? The user clicks update/Insert on a grid in one user control. This will post back to update the database but I now want to update the status control to show the number of entries entered on the grid.

Declan


1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 24 Jul 2008, 04:22 PM
Hi Declan ,

Thank you for contacting us.
Yes you can achieve this.
You can find more information about
Loading user control with Telerik RadGrid at runtime 
 and
Load user controls which might be helpful.

Also you will probably need to use AJAX Manager Proxy to ajaxify the content of each user control.


Best wishes,
Nikolay
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Declan
Top achievements
Rank 2
Answers by
Nikolay Rusev
Telerik team
Share this question
or