Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
have you tried looking for the method on the grid or page or whatnot that executes when the event occurs? This is what I've done before in the past. So, you use the native methods to simulate the click, there's probably a native method then to simulate the event afterwards. so you're code (in pseudo) would look like
MyGrid.RowSelector.NativeClick()
MyGrid.DoOnClickEvent()