[CLOSED] Radio button group click event

  1. #1

    [CLOSED] Radio button group click event

    Hi,

    Is it possible to add a click event to the radio button list? Since I set the value of the radio button list at page load, the change event is being fired and I don't want that :-).
  2. #2

    RE: [CLOSED] Radio button group click event

    Hi,

    No, group doesn't support 'click' event. But you can always ignore first 'change' event (we suppose that first event is firing from the init value)


    <Change Handler="if(!this.allowThisEvent){this.allowThisEvent=true; return false;}" />

Similar Threads

  1. [CLOSED] Radio button group issue with MultiCombo.
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 22, 2011, 2:23 PM
  2. Replies: 1
    Last Post: Nov 29, 2011, 8:55 AM
  3. [CLOSED] Radio Group not submitting selection during Direct Event
    By vedagopal2004 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 07, 2011, 4:17 PM
  4. [CLOSED] Radio button click event,
    By Etisbew in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 02, 2009, 7:56 AM
  5. [CLOSED] radio group event order
    By alexp in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 25, 2009, 12:32 PM

Posting Permissions