Server Side MsgBox User Control for radconfirm, radalert and radprompt

Thread is closed for posting
62 posts, 0 answers
  1. A1CE16C4-4C2E-464E-BF18-532525D276CA
    A1CE16C4-4C2E-464E-BF18-532525D276CA avatar
    5948 posts
    Member since:
    Apr 2022

    Posted 01 Mar 2012 Link to this post

    Hello Jarrett,

    The RadWindow (and RadWindowManager, and thus the RadAlert, RadConfirm and RadPrompt) are entirely client-side objects. Their purpose is to allow rich user interaction while not weighing down the page with markup - each popup is created via javaScript when it is opened. This means that they do not have server rendering and therefore cannot have server events. This is a main concept of the control and this is the reason why there isn't a built-in server event handler for the confirmation. You can easily use a regular RadWindow with server buttons as I showed in my previous post here, or you can invoke an AJAX request via a RadAjaxManager or a full postback from a (hidden) button in the callback function (which can actually also be an AJAX request if the button is inside an update panel).


    All the best,
    Marin
    the Telerik team
    If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
  2. F1ED73A2-0902-4C3C-B714-B1178642C8A1
    F1ED73A2-0902-4C3C-B714-B1178642C8A1 avatar
    1 posts
    Member since:
    Mar 2012

    Posted 13 Mar 2012 Link to this post

    Thank you so much for this, it was just what I was looking for!!!  Very helpful, very easy to use.  Much appreciated!
Back to Top

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