JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Data Grid Number Format Trouble in data-export-tree-grid

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #112128
    준진 이
    Participant

    I found that printing and exporting, in data-export-tree-grid , could not make an output of number format keeping like Currency Format or others ($123,123).
    Somebody help me to make output with keeping Currency Format Cells.

    Even if Also formatFunction caused the trouble….

    { label: ‘testField’, dataField: ‘testField’, width: 100, cellsAlign: ‘right’,
    formatFunction(settings) {
    settings.value = new Number(settings.cell.value).toLocaleString(‘ko-KR’) + ‘원’;
    }

    },

    • This topic was modified 8 hours, 47 minutes ago by 준진 이.
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.