Grid edit: change cfg['SaveCellsAtOnce'] default to true

This commit is contained in:
Aris Feryanto 2011-07-26 18:32:46 +08:00
parent cb090c7e21
commit 338552b21d

View File

@ -2315,7 +2315,7 @@ $cfg['ShowPropertyComments']= true;
/**
* save edited cell(s) in browse-mode at once.
*/
$cfg['SaveCellsAtOnce'] = false;
$cfg['SaveCellsAtOnce'] = true;
/**
* shows table display direction.