Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.62 KB | None | 0 0
  1.            <div data-bind="dxDataGrid: {  
  2.                dataSource: rowModal.data,
  3.                height: 450,
  4.                columns: [
  5.                    { caption: 'Category', calculateCellValue: $data.rowModal.calculateCategoryName, allowEditing: false },                    
  6.                    { caption:'Amount', dataField:'amount', dataType: 'number'},
  7.                    { caption: 'Date', dataField:'date', allowEditing: false }],
  8.                editing: { mode: 'cell',  allowUpdating: true },
  9.                onRowUpdating: $data.rowModal.updateRow,
  10.                showColumnLines: true, showBorders: true}">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement