I'm trying to open an edit window from the grid.
I followed the sample and it works fine. However, if I sort the grid, I get an error Sys.InvalidOperationException: Two components with the same id 'DialogWindow' can't be added to the application.
DialogWindow is my window name in the open window call. I have the ajax manager updating the window manager when the grid changes.
If I remove the control pair in the ajax manager, it works again.
What am I doing wrong or not doing here?
Thanks,
Eric
I followed the sample and it works fine. However, if I sort the grid, I get an error Sys.InvalidOperationException: Two components with the same id 'DialogWindow' can't be added to the application.
DialogWindow is my window name in the open window call. I have the ajax manager updating the window manager when the grid changes.
If I remove the control pair in the ajax manager, it works again.
What am I doing wrong or not doing here?
Thanks,
Eric