| |
30 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | | 28 | 29 | 30 | 31 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
|
|
|
|
|
|
Dear Sir, Your appointments have been updated and a copy of your schedule is waiting for you on your desk.
|
|
|
|
|
|
This example illustrates how to use the RadAjaxManager class to enable
complex update relationships between web controls with ajax. In this
particular organizer web application there are two controls that can
initiate an AJAX request: Calendar and Grid.
When the user selects a date from the calendar, this will cause two controls to
be updated:
1) The grid that lists the email messages received
2) The div container that displays the text of the current message
When the user selects a message from the grid control, this will cause the div
container to be updated with the text of the correct message.