Form:1 contains a user control, on the cell click event of the user control grid I show form:2. When I update values in form:2 and close it, the user control grid in form:1 should get refreshed.
I did the same as in this link though it does not produce any error, the user control grid did not get bind!!!
Please let me know how this can be accomplished.
I have implemented this functionality using delegates,
Declare delegate in user control,
In cell click event of user control, after form2.ShowDialog()add
In form1’s constructor after intializecomponent() method add