[1.0] Direct event - how to get command name inside of direct event

  1. #1

    [1.0] Direct event - how to get command name inside of direct event

    Hi.. simple question..

    How can I receive command name from the image command which is inside of grid panel cell, when i'm inside of method that is event delegate for grid panel DirectEvents.Command.Event event ??
  2. #2

    RE: [1.0] Direct event - how to get command name inside of direct event

    Any idea? This is kind of urgent...
  3. #3

    RE: [1.0] Direct event - how to get command name inside of direct event

    Hi,

    Use ExtraParams of the DirectEvent
    <ext:Parameter Name="command" Value="command" Mode="Raw"/>

    On server side
    string cmd = e.ExtraParams["command"];
  4. #4

    RE: [1.0] Direct event - how to get command name inside of direct event

    Thank you very much... I will use it like you said, but please consider adding other delegate with extended event args parameter.

Similar Threads

  1. [CLOSED] Output Cache issue with Direct Method / Direct Event
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 18
    Last Post: Mar 01, 2013, 5:03 AM
  2. Direct method and direct event over SSL?
    By dimitar in forum 1.x Help
    Replies: 0
    Last Post: Oct 08, 2011, 8:09 PM
  3. [CLOSED] add direct Event to anchor inside a dataview.
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 28, 2010, 9:30 AM
  4. Replies: 3
    Last Post: Sep 15, 2010, 8:29 PM
  5. Replies: 8
    Last Post: Jun 24, 2010, 9:39 PM

Posting Permissions