Click on spread with no rows

Posted by: patrik on 28 June 2019, 1:24 pm EST

    • Post Options:
    • Link

    Posted 28 June 2019, 1:24 pm EST

    I use “Private Sub FpSpread1_CellClick(sender As Object, e As FarPoint.Win.Spread.CellClickEventArgs) Handles FpSpread1.CellClick” to track a click on the rows. But if I click in the grey backgroud this is not trigged. is there someway to track a click on the grey backgroud?

  • Posted 2 July 2019, 12:29 am EST

    Hello,

    You can use the MouseClick event instead of the “CellClick” event. Also, you can use the HitTest method to know the relevant information about various locations on the spreadsheet.

    https://help.grapecity.com/spread/SpreadNet12/WF/webframe.html#FarPoint.Win.Spread~FarPoint.Win.Spread.FpSpread~HitTest.html

    Thanks.

  • Posted 3 July 2019, 3:36 pm EST

    Thanks

    this solve the problem

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels