diff app/view/grid/Messwert.js @ 624:927484545e9b

added xtype for numeric-fields to grid to enable decimalseparator-replacement by locale-config
author Dustin Demuth <dustin@intevation.de>
date Mon, 16 Mar 2015 11:23:38 +0100
parents f2742f9b5a64
children 7ede89336dbe
line wrap: on
line diff
--- a/app/view/grid/Messwert.js	Mon Mar 16 11:12:10 2015 +0100
+++ b/app/view/grid/Messwert.js	Mon Mar 16 11:23:38 2015 +0100
@@ -72,6 +72,7 @@
         }, {
             header: 'Messwert',
             dataIndex: 'messwert',
+            xtype: 'numbercolumn',
             width: 80,
             editor: {
                 xtype: 'numberfield',
@@ -97,15 +98,18 @@
             }
         }, {
             header: '&lt;NWG',
+            xtype: 'numbercolumn',
             width: 60,
             dataIndex: 'messwertNwg'
         }, {
             header: 'Nachweisgrenze',
+            xtype: 'numbercolumn',
             width: 110,
             dataIndex: 'nwgZuMesswert'
         }, {
             header: 'Messfehler',
             dataIndex: 'messfehler',
+            xtype: 'numbercolumn',
             width: 80,
             editor: {
                 xtype: 'numberfield',

http://lada.wald.intevation.org