combo box change ajax event

  1. #1

    combo box change ajax event

    is there something wrong with my combo box because it is not firing the change ajax event?

    <ext:ComboBox ID="extcomboSubscription" runat="server" FieldLabel="Subscription Type"
                                                Width="180" StoreID="extstoreMembershipType" DisplayField="name" ValueField="id"
                                                EmptyText="Select Type..." ForceSelection="true" TriggerAction="All" Select&#111;nfocus="true"
                                                Mode="Local" ListWidth="180" ValueNotFoundText="Select Type..." Editable="false" >
             <AjaxEvents>
                    <Change OnEvent="extcomboSubscription_Change" Success="checkQSPermissions(#{extgpPublishedQuestions}, #{extstorePublishedQuestionsWithSubscriptionPermission}, #{extcomboSubscription}.getValue(), 'membershipTypeId');" >
                           <EventMask ShowMask="true" Msg="Loading..." Target="CustomTarget" CustomTarget="#{extwinCompanyInfo}" />
                     </Change>
              </AjaxEvents>
    </ext:ComboBox>
  2. #2

    RE: combo box change ajax event

    Hi,

    Change event is fired on blur (focus loses) . Use Select event if need immediate reaction
  3. #3

    RE: combo box change ajax event

    ok that did it,,,, thanks a lot

Similar Threads

  1. Replies: 1
    Last Post: Feb 10, 2011, 8:27 AM
  2. Replies: 0
    Last Post: Oct 17, 2010, 3:20 PM
  3. Change Label Icon in Ajax Event?
    By Tbaseflug in forum 1.x Help
    Replies: 2
    Last Post: Jun 11, 2010, 1:46 PM
  4. Replies: 0
    Last Post: May 07, 2009, 3:00 AM
  5. Replies: 1
    Last Post: May 06, 2009, 10:50 PM

Posting Permissions