jQuery UI Widgets Forums Grid JQXGrid Data Export

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • JQXGrid Data Export #58492

    sintetik
    Participant

    Im doing this command :

    cDadosArquivo=$(“#grdPedido”).jqxGrid(“exportdata”, “xls”)

    But the result export is totally wrong, this is my exported grid:

    Empresa Código Descricao Quantidade Preço Total Item
    MAR 12/31/1969 36/40 cauda cx 24kg 45 C2
    MAR 12/31/1969 36/40 cauda cx 24kg 65 C2
    Total: $ 5.060,00

    The column Total is givin me the number format informatio of the column, then the column Preço is not givin me the decimal setup, is 2 decimal ! And the Total item ( a calculated column ) don´t give nothing !

    This happen even in a xls export even in a HTML Export:

    Empresa Código Descricao Quantidade Preço Total Item
    MAR 12/31/1969 41/50 cauda cx 24kg 45,00 C2
    MAR 12/31/1969 41/50 cauda cx 24kg 745,00 C2
    Total: $ 33.180,00

    A bug ?

    JQXGrid Data Export #58495

    Dimitar
    Participant

    Hello sintetik,

    Calculated columns built in the manner shown in the demo are not exported. For some alternative ideas, please check out the forum topic Computed Column that will sort and use the cellclass.

    As for your other issues, we would require your source definition and grid initialization code to be of more help.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.