I am trying to open a window. And when that window is closed, refresh the grid. It seems that when I add the close/refresh event, not only does the refresh event not work, but the modals stop working.
I have jsFiddles! woot!
This is the broken one, that has the close: event defined. Click the "Move" link two times and see that the refresh does not fire, and the modal will not open a second time.
http://jsfiddle.net/jumbalia/bXVM6/
Here I remove the close: event. I can open and reopen the modal many times now, (but I don't have the close event which I need)
http://jsfiddle.net/jumbalia/yKNmS/2/