Posted 17 March 2021, 3:54 am EST
Hello,
With former fpSpread (OCX version), when a user was clicking on a cell, the cell was highlighted before entering the fpspread.click event. With the .Net version, that’s not the case anymore. I had to change from Click to CellClick event because I need to get row/column of the cell click and then perform some actions. As the actions take time, the cell has to be shown selected.
How can I highlight the selected cell before the clickevent? Thanks