Load-on-Demand Context Menu (with RadAjaxManager)

Thread is closed for posting
1 posts, 1 answers
  1. Answer
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 13 Aug 2008 Link to this post

    Requirements

    RadControls version RadControls for ASP.NET AJAX
    .NET version

    2.0+
    Visual Studio version

    VS2005 & VS2008
    programming language

    JavaScript, C#/VB
    browser support

    IE, FireFox & Safari


     
    PROJECT DESCRIPTION
    This projects shows how a Load-on-Demand RadContextMenu could be achieved, using the functionality of the RadAjaxManager.

    Briefly, the Menu is empty by default. Upon showing, an AJAX request is made (with RadAjaxManager) and information necessary to determine the Items is passed to the server. The server returns a response in JSON, which is parsed on the client. Items are created based on the returned data by using the client-side rendering mechanism of RadMenu (RadContextMenu).

    Examples on both C# and VB are included in the attached Web Site.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.