the main grid $ field is not a calculated colum its a mysql qury sum. soo i tried the:
<?php
   $grid->KeepGridResfresh=true;
   $grid->KeepViewState = true;
   $grid->KeepRowStateOnRefresh = true;
?>
grid.refresh();
grid.commit();but the detail grid get closed.
if i just call grid.refresh(); the parent row wont recalculate.
thanks!!!
 
                	 
 
							