Hello,
I am using a RadGrid (Batch mode) where I can fill textboxes and in each row I have a GridButtonColumn that opens a PopUp to fill other informations related to that row.
As u know, the save of these data (in RadGrid and in the PopUp), must happen in the server side so the unsaved data in the RadGrid will be lost. I thought about saving changes in RadGrid on GridButtonColumn Click but the Btach Edit Command is not fired on that click. This action worked very well on click event of a button outside the RadGrid.
Thanks for helping,
ABITAR