Hi,
today I used the row editing feature for the first time and I noticed an weird behavior in combination with formatters. It doesn't matter whether I use the “currency” or “number” formatter. Before I edit the row I have the value “125,00″. After an click on the row I am able to edit the field, but the editable value is now “12500″. After that I press escape or click on another row and the new value is “12.500,00″. That's strange, isn't it? I use the latest grid version 3.5.3
This is my grid setup
var lastSel;
$GridTbl = $('#sykGridTbl');
$GridTbl.jqGrid({
height: 300,
width: 600,
url: 'index.php?pageId=5009&getList=true',
editurl: 'index.php?pageId=5014',
colNames: ['Description', 'Info', 'Costs', 'Sum'],
colModel: [{name:'description', editable: true},
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top