I have an issue with getting a grid to update (rebind) from a window. The issue involves 3 windows. The first window has a radgrid control that lists a set of documents. When an item in the list is clicked a second window opens which correctly displays the details of the item that was clicked. In the second window is another grid which lists all the modifications to the original item. When a button on that window is clicked a third window opens which allows the user to make a modification to the item from the first window. I have everything working correctly except I can't get the lists on the first 2 windows to show the new item. If I go back and do rebinds (with a temporary button on each window) the data displays correctly. I have tried several different methods to update the lists after the new data has been added but can't get a rebind to happen without going to the windows and clicking the buttons. BTW, this is the process which management wants so I can't imbed editing in the lists. Any suggestions would be VERY helpful.
Thanks,
Joe B