Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
585
Capturing Row Selection
posted

I have a WinForm application with a ultragrid.  Via the application there are several ways that a row can be selected: single-clicking it, double-clicking on it, choosing "select" from a right-click menu (context menu), and having it programatically selected by the code based on user actions in other tools and panels.

I need to implement some code that will run everytime a row is selected regardles of how it is selected.  is thee some way that I can handle the selection of a row easily so I can put my code in one place?

Thanks!

Steve