jtseltmann
Programmer
I have an ms flex grid that I am trying to figure out how or if I can get the right click event to move the col/row position to the cursor.
What I have now is a floating menu that popups up when the user right clicks on the flx grid col 0. The menu opens at the cursor point. The idea being that a user would right click, open the menu and perform a process based on the value in the col/row selected. The problem is that the unless the user left clicks to select the row and then right clicks...the cursor pos is not moved to that row/col. The menu opens and sets the value based on where the 'selection' is.
Is there anyway to get the flex grid to recognize the right click as it does a left click?
I have my code working now so I can make it a requirement to left click to select the row and then right click to perform the task. I can live with that if I have to but...
I have tried lots of things and my search/research has turned up nothing. Thanks for any direction or a yes/no if it can't be done. I don't need anyone to write it for me but some direction would help! I'll keep trying in the meantime.
Thanks all!
What I have now is a floating menu that popups up when the user right clicks on the flx grid col 0. The menu opens at the cursor point. The idea being that a user would right click, open the menu and perform a process based on the value in the col/row selected. The problem is that the unless the user left clicks to select the row and then right clicks...the cursor pos is not moved to that row/col. The menu opens and sets the value based on where the 'selection' is.
Is there anyway to get the flex grid to recognize the right click as it does a left click?
I have my code working now so I can make it a requirement to left click to select the row and then right click to perform the task. I can live with that if I have to but...
I have tried lots of things and my search/research has turned up nothing. Thanks for any direction or a yes/no if it can't be done. I don't need anyone to write it for me but some direction would help! I'll keep trying in the meantime.
Thanks all!