sacikumar

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: cellEdit not saving input value (clientArray) #98935
    sacikumar
    Participant

    Ok. Finally, after spending 4 days I found that the column model names and indexes weren't same as I was building it dynamically. Added .trim to the names and indexes as well and everything works like a charm.

    Just for reference….

    cModel.push( { name:(data[p][n]).trim+'HU', index:(data[p][n]).trim+'HU', align:'right', sorttype:'float', editable:true, formatter: 'number', formatoptions: { thousandsSeparator: ",", decimalPlaces: 2 }, summaryType:'sum', width:100 } );

    Laugh

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!