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
15
Programmatically Click UltraGrid Button
posted

I am writing a unit test and need to programmatically click a button in an UltraGrid I've created. I cannot seem to find a method to do this. For a standard Windows control there is a PerformClick() method but I can't find the equivalent for the button in my UltraGrid. I am using a MVP design so my presenter subscribes to the ClickCellButton event so I'd like to programmatically click the cell button for a given row and trigger the code in my presenter. Thanks!

Parents Reply Children
No Data