Hi,
I am trying to fires an event when there is some text change in my grid. I tried AfterRowUpdate, AfterCellUpdate and BeforeRowUpdate. I don't know why when I just click a cell of a row, without changing anything, those event already fires.
thanks,
What version of the grid are you using?
It seems to me that if you have a formula in a bound column, then the AfterRowUpdate event has to fire when the value of that cell is calculated. I'm not sure about an unbound column.
Actually the formula in the Grid_InitializeLayout cause those event fires when I click a row in the grid. I really need the formula there and need one of the event to fire after some text in the grid changed. Any idea, please help.
Thanks,
It's definitely a bug. Just delete the grid and create a new one and the problem disappear. so weird.