Hello, All.
1. UltraGrid Row, MouseClick . Call Event AfterRowActivate Event
2. But, This Select Row , more MouseClick, not Call AfterRowActivateEvent
(Select / Unselect)
How to Single RowClick Event?
or UltraGrid Click Event Action Only Row? (Click Event is Call GridEmpty Panel , Grid Header )
Help me
Hi,
Thanks for the clarification.
What we were trying initially , on some some value of the column, we were shownig up pop up.
Now we know what event we have to use (Mouse_Up), is it going to effect our Grid Double Click event on the row as we are not showing up any dialog but we are navigating to different screen because as per my understanding Mouse Up event will be raised in that case also ?
The MouseUp event tells you which button was clicked.
And what do you mean by "affect our double clck event"? I suppose that depends on what you do inside the event. If you show another dialog, then of course it will prevent a double-click. But that will happen no matter what event you use.
Also does it affect our double click event of the grid ?
Please correct me if i am wrong, Mouse up event will all be fired for right click option ?
If thats the case, than will it hinder the logic for context menu opening ?
Use the MouseUp event.
HOWTO:UltraWinGrid Mouse Position and Row Identification