Hello,
i use an UltraWinGrid with a cellbutton in one column. The underlying datasource is a generic list. i run the application and edit two cells (at least) in the grid in the same row and stay in the cell so that the cell is still active. then i click the cell button but the ClickCellButton event doesn't fire. when i leave the second cell and then click the button the event is fired.
is this the standard behavior of the cellbutton in the grid?
manuel
Hi,
No, I can't think of any reason why the event would not fire. Clicking on a cell button does not rely on the cell value in any way, so it makes no difference if the value has changed or not.