jqgrid - format when editing row -


i use client side library jqgrid. when display column use format options of column this

{ name: 'salary', index: 'salary', width: 100, align: 'right', sortable: false,   editable: true,  formatter: 'number',   formatoptions: { decimalseparator: ",", thousandsseparator: ".", decimalplaces: 2} } 

so, format number use “,” decimal separator , “.” thousands separator. when edit row column has numbers formatted “.” decimal separator , “,”for thousands separator. how can correct behavior? have same formats (as in code) in display , edit mode. thank help!

i din't find solution either. instead hook events triggers when edit dialog shows per example: jqgrid - default add/edit buttons - processing server response


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -