Epicor 9 customization - trigger epiUltrarGrid cell click event programmatically

Hello,

I have a native epiUltraGrid (eugNative). It has a selected column with checkboxes.
When a selected checkbox is checked using Mouse Click, some code executes in the background.

I want to execute the same code programmatically.

I am able to access the native grid. I am also able to select checkboxes using
eugReference.Rows[x].Cells[y].Value = true

But, this does not execute the code that is executed when eugNative is clicked using mouse.

Any thoughts?

You should not interact with the control when you can set the values in the dataView instead.

2 Likes