[CLOSED] Confirmation in command column

  1. #1

    [CLOSED] Confirmation in command column

    Is it possible to use a confirmation in a gridpanel command column like i do in a button directevent click?

    Like, i do this for a button:
                GetDeleteButton().DirectEvents.Click.Confirmation.Message = "Are you sure?";
                GetDeleteButton().DirectEvents.Click.Confirmation.Title = "Delete";
                GetDeleteButton().DirectEvents.Click.Confirmation.ConfirmRequest = true;
    How to accomplish the same for a gridpanel commandcolumn?
    Last edited by Daniil; Nov 08, 2010 at 6:22 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi Pablo,

    Please use [CODE ] tags for any code.

    Concerning to the question.

    Yes, it's possible. Just make the same thing with GridPanel's DirectEvents

    Example
    GridPanel1.DirectEvents.Command.Confirmation.ConfirmRequest = true;

Similar Threads

  1. How to Localize Command Confirmation?
    By reezvi in forum 1.x Help
    Replies: 0
    Last Post: May 07, 2012, 3:46 PM
  2. Help GridPanel Command Confirmation
    By libra163 in forum 1.x Help
    Replies: 2
    Last Post: Oct 25, 2011, 6:40 AM
  3. Replies: 3
    Last Post: Sep 20, 2011, 6:07 PM
  4. Replies: 5
    Last Post: Feb 14, 2011, 1:29 PM
  5. command column messing up grid column
    By wp_joju in forum 1.x Help
    Replies: 2
    Last Post: Dec 08, 2010, 6:40 AM

Posting Permissions