Hi All,
I have a page in which i am using the RadGrid to get data from database using the Advanced Databinding and custome edit form shown as popup for inserting and updating the data.
The update and insert are done using the UpdateCommand and InsertCommand events.
Everything is ok...
BUT
While Updating any record or inserting a new one, and before completing the update or insert, i need to show a message for the user depending on database check for some conditions....
I used the RadWindowManager on the page that holds the grid...
The window is shown correctly depending on the conditions...BUT i need to keep the popup edit form open after showing and closing this message window... in my page the popup is closed directly when showing the Window message....
i searched the forums and i found the this can be done if i set the
so my question is how to keep the popup edit form open while updating???
any comment will be helpfull...
thanks in advanced...
Asa'ad...
I have a page in which i am using the RadGrid to get data from database using the Advanced Databinding and custome edit form shown as popup for inserting and updating the data.
The update and insert are done using the UpdateCommand and InsertCommand events.
Everything is ok...
BUT
While Updating any record or inserting a new one, and before completing the update or insert, i need to show a message for the user depending on database check for some conditions....
I used the RadWindowManager on the page that holds the grid...
The window is shown correctly depending on the conditions...BUT i need to keep the popup edit form open after showing and closing this message window... in my page the popup is closed directly when showing the Window message....
i searched the forums and i found the this can be done if i set the
e.Item.IsInEditMode =
true
in the ItemUpdated event of the grid; but this event will not fire in my case...since i knew that this event will fire only in case of automatic operations is enabled.
so my question is how to keep the popup edit form open while updating???
any comment will be helpfull...
thanks in advanced...
Asa'ad...