Grid edit: change the default cfg['SaveCellsAtOnce'] to false

This commit is contained in:
Aris Feryanto 2011-08-05 09:56:23 +08:00
parent 608f1a1cf0
commit 9adfe5b99c

View File

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