Hi,
I've an UltraWingrid, one column is a cellbutton. Is it possible to find out, if the left or right mousebutton in pressed in ClickCellButton-event ?
Thanks
Hansjörg Wintermantel
Basically, you would have to use the MouseDown event of the grid to store the last button that was clicked. Then you could use that inside the ClickCellButton event.
Hi Hansjorg,
There are other events that get fired when you handle the ClickCelButton Event such as the Mouse Down event. The event has button property that you can use to find the left and right buttons
Magued