Version

WinGrid ClickCell Event

WinGrid™ now has a ClickCell event. Very similar to the existing DoubleClickCell event, you can implement many kinds of custom logic in order to address your various scenarios. Within the ClickCell event you can easily get access to the Cell that was clicked through the event arguments so that you can access the cell value, the row that it belongs to as well as its sibling cells and their values.