I have parent form having toolstrip menu item, the menu items have checked = ture .. if i check one item it will open a new form having gridview in it and datasource of the gridview is linked with dictionary abject on the parent form . My need is whenever there is a new item in the dictionary object i want that item to showed up automatically in the gridview if i have that child form already openend and i am adding the items in the dictioanry object inside the nested class of the parent form . For now if i just uncheck and check the child form from the toolstrip its showing the newly added item in gridview but i don't want to uncheck and check everytime.
Say i have Form1 as a parent form having toolstripmenu item as View, if user check View the new child form (Form2) opens having gridview the datasource of which is linked to dictinary object defined in Form1 ... my need is whenver i have a new item in the dictionary object (which i am adding in the nested class (ClassNested) of parent form(Form1) ) that item should be get displayed automatically in the grid if the Form2 is already openened.
Hope i am not confusing in my questiion. Any help is much appreciated.
Hope this helps!