I am relatively new to AJAX and would like to ask if there are any examples in the Telerik resources that would demonstrate how to send text to a panel on the MasterPage.
Here is how I visualize it.
The RadGrid is using a ScriptManager and UpdatePanel to AJAX'ify the grid to not page refresh when the user goes into Edit mode using a UserDefined template. (not a web control). This works fine.
I want to at that point tap into an AJAX event to send helpful information to the MasterPage's AJAX panel to give the user feedback.
As in example, on the site I am building the site displays Food Menu Items on a restaurant's online menu using 3 levels of GridTableViews (two nested).
The user can INSERT Food Categories using the built in EditForms type of editing, (first or grandparent band) and as they do I would for instance want to display a message stating, "The new Food Category will not display until you insert or edit an existing Food Menu Item and assign the new Food Category to that item".
Can someone offer a link on this site to get me started?
Thanks
Here is how I visualize it.
The RadGrid is using a ScriptManager and UpdatePanel to AJAX'ify the grid to not page refresh when the user goes into Edit mode using a UserDefined template. (not a web control). This works fine.
I want to at that point tap into an AJAX event to send helpful information to the MasterPage's AJAX panel to give the user feedback.
As in example, on the site I am building the site displays Food Menu Items on a restaurant's online menu using 3 levels of GridTableViews (two nested).
The user can INSERT Food Categories using the built in EditForms type of editing, (first or grandparent band) and as they do I would for instance want to display a message stating, "The new Food Category will not display until you insert or edit an existing Food Menu Item and assign the new Food Category to that item".
Can someone offer a link on this site to get me started?
Thanks