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,
It's definitely a bug. Just delete the grid and create a new one and the problem disappear. so weird.
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,