[CLOSED] Component Column - Combobox change event issue in IE 8

  1. #1

    [CLOSED] Component Column - Combobox change event issue in IE 8

    Hi,
    Mine is a Asp.net MVC Razor view application.

    I Have an gridpanel which has an component column (showing combobox).
    Data in the grid is poplulated through Ajax.Proxy.
    The component column combobox selected value is set as per Ajax.Proxy data.

    I have a javascript variable 'isDirty' which I set to false on grid's store load.
    I set 'isDirty' to true on combobox selection change.

    Thus, on my page load 'isDirty' is false.

    All operations work fine in IE 11 and FF.

    But in IE 8 on page load the 'isDirty' is true

    On scipt debug I found that combobox change event is getting fired after store's load event in IE 8.

    Kindly provide input for the issue.
    Last edited by Daniil; Apr 15, 2014 at 11:15 PM. Reason: [CLOSED]
  2. #2
    Hi @PriceRightHTML5team,

    Hard to say why there is the different events sequence in IE8.

    Please try to set up Delay="1" for the event which you need to be fired later.
  3. #3
    Hi Daniil,
    I applied delay=1 to store load listener (intended to be fired last).
    But same result (IE 8).

    On script debug;

    In IE 8 following is the sequence of events;
    1. Component column combobox's change events (one change event for each)
    2. Gridpanel store's load event.
    3. Component column combobox's change events (one change event for each)

    Whereas in IE 11 following is the sequence of events;
    1. Component column combobox's change events (one change event for each)
    2. Gridpanel store's load event.

    kindly provide your input.
  4. #4
    Hard to say what is going wrong. Please provide a sample to test with.

Similar Threads

  1. [CLOSED] Combobox Component Column not displayed after store refresh / reload
    By Digital.Dynamics in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 15, 2017, 1:50 PM
  2. [CLOSED] Dynamic header column component direct event Issue
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 21, 2015, 10:56 PM
  3. Replies: 4
    Last Post: Jul 05, 2013, 5:14 PM
  4. Replies: 1
    Last Post: Dec 15, 2012, 6:41 AM
  5. Change Event then Click event : issue
    By jeybonnet in forum 1.x Help
    Replies: 2
    Last Post: May 28, 2010, 1:19 PM

Tags for this Thread

Posting Permissions