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
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>