Row Edit Model Window
Hi Team
When i edit grid row a model window is opens with the data. But I'm unable to view the grid content until i close the model window.
My requirement is i want to view the grid content, when model window is open.
Is there is any option to minimize the model window and view the grid content.
Thank You
Karthikeyan Rajakumar
Hello Karthikeyan,If there is an active modal dialog (window) the user does not have access to the rest of the application, until it is closed. This is simply how they work and they can not be minimized.What I would suggest you is to set the "containment" option of rowEditDialogOptions to "window" if you want to move the dialog over the whole page, so that the grid area is visible without being active due to the modularity. Changing the editMode option to "cell" or "row" is also an alternative, if you don't mind the absence of a modal dialog.Feel free to contact me if you have further questions.Regards,Ivaylo HubenovEntry-level developer