From 9adfe5b99c1669cc90f70cda8acac3411686bd7f Mon Sep 17 00:00:00 2001 From: Aris Feryanto Date: Fri, 5 Aug 2011 09:56:23 +0800 Subject: [PATCH] Grid edit: change the default cfg['SaveCellsAtOnce'] to false --- libraries/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index cb0df48669..78a2fb02a6 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -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.