Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
ActiveRowChange does not fire after ugrading to FireFox 3.6
posted

Any ideas? This event used to work fine in IE and FireFox 3.5.7, but after upgrading to FF 3.6 it does not fire. It now only works in IE.

Sincerely,

Bjarte Karlsen

  • 5
    Offline posted

    I have the same problem.  Fortunately for me,  the grid's ClickCellButton event handler works fine in both browsers so, I was able to work around the issue by adding a button column to the grid and using it to get the current row using "e.Cell.Row.Index"

        <igtbl:UltraWebGrid ID="uwGrid1" runat="server" DisplayLayout-AutoGenerateColumns="true">
            <Bands>
    <igtbl:UltraGridBand>
        <Columns>
            <igtbl:TemplatedColumn Width="24px" Type="Button" CellButtonDisplay="Always">
                <CellTemplate>               
                </CellTemplate>
            </igtbl:TemplatedColumn>