Hi,
I have a radGrid and I want to implement the following functionality:
1. When a single left click is performed on a row a postback occurs so I can enable a toolbar.
2. When the toolbar button is clicked a radWindow is opened with some parameters relating to the currently selected row.
In the main this all works fine however there is an issue - after the first postback and the window is opened and then closed any subsequent postbacks reopens the previously closed window.
I've set DestroyOnClose to true for the window but this doesn't seem to make any difference.
Thanks in advance for any assistance,
Kirk
I have a radGrid and I want to implement the following functionality:
1. When a single left click is performed on a row a postback occurs so I can enable a toolbar.
2. When the toolbar button is clicked a radWindow is opened with some parameters relating to the currently selected row.
In the main this all works fine however there is an issue - after the first postback and the window is opened and then closed any subsequent postbacks reopens the previously closed window.
I've set DestroyOnClose to true for the window but this doesn't seem to make any difference.
Thanks in advance for any assistance,
Kirk