は、私は自分のアプリケーションでは、私は料金、レート&私は3番目の列のすべての値を取得したい。ここ額を3つの列を持って、内線のJS v6.2のグリッドを使用してい[量] &和それをup.please私が間違っている場合は私のコードを修正してください。ドキュメントや他のものを検索しました。問題は解決しません。前もって感謝します。Ext Jsグリッド、特定の列すべての行の値と合計を取得する方法は?
editor: {
xtype: 'textfield',
enableKeyEvents: true,
fieldCls: 'right-align',
listeners: {
element: 'el',
keyup: function(form, e, selModel, record, index, options){
var InputValue= document.getElementById(e.id).value;
var result = (productValue) * (InputValue)/100;
var selectedRecord = gridStore.getSelection()[0];
rowindex = gridStore.store.indexOf(selectedRecord);
var models = gridStore.getStore().getRange();
models[rowindex].set("amount", result);
TotalOtherCharge = $('.Amount-column-cell .x-grid-cell-inner').text();
alert(TotalOtherCharge);
}
}
},
私はスクリーンショットを1としてTotalOtherCharge
からの出力を取得しています:
2.862.8614.322.885.722.862.865.728.5811.442.86私は&合計を分割するために、これらの番号が必要となり、それアップ。