Hi There,
I am facing an issue and not able to figure out what is happening. Here is the scenario.
I have a
MasterPage->ContentPage->RadGrid
MasterPage->ContentPage->RadWindow
I have enabled drag drop functionality on the RadGrid.
Once an Item is dropped a RadWindow(Modal Popup) opens where the user can select a MSDD (stored in the database).
This Rad Popup window has a user control which also has another RadWindow which opens on click of an image and the user can configure a MSDD on this window.
The problem starts when the 2 Popup is used to save new or delete existing MSDD in subsequent calls.
When I reach to the main page I have code which rebinds the grid which contains the newly added MSDD but for mentioned scenario the RadGrid completely disappears as it cannot find any data for that grid on the AjaxRequest method on the server.
It is really difficult to explain the exact issue so I thought of creating a sample project which could re-create the problem, but I was not successful in that.
I cannot attach the sample project due to file type limitaion on this site.
So I am really not sure if its possible to show what I am trying to achieve.
If required I can paste the code for each page.
Thanks,
Nilesh
I am facing an issue and not able to figure out what is happening. Here is the scenario.
I have a
MasterPage->ContentPage->RadGrid
MasterPage->ContentPage->RadWindow
I have enabled drag drop functionality on the RadGrid.
Once an Item is dropped a RadWindow(Modal Popup) opens where the user can select a MSDD (stored in the database).
This Rad Popup window has a user control which also has another RadWindow which opens on click of an image and the user can configure a MSDD on this window.
The problem starts when the 2 Popup is used to save new or delete existing MSDD in subsequent calls.
When I reach to the main page I have code which rebinds the grid which contains the newly added MSDD but for mentioned scenario the RadGrid completely disappears as it cannot find any data for that grid on the AjaxRequest method on the server.
It is really difficult to explain the exact issue so I thought of creating a sample project which could re-create the problem, but I was not successful in that.
I cannot attach the sample project due to file type limitaion on this site.
So I am really not sure if its possible to show what I am trying to achieve.
If required I can paste the code for each page.
Thanks,
Nilesh