Hello to everyone,
I have a program that gets some information from the user and updates the database.
I also have two DataGridView, OpenOrders and ItemsInOrder
When the user click on a cell in the OpenOrders a CellChange event is triggered and it updates the ItemsInOrder grid view...
Now after I update the quantity of a product i want to cause that CellChange event to trigger again in order to refresh the ItemsInOrder grid view.
How can i trigger it programmatically?
Thanks in advance!