jQWidgets Forums

jQuery UI Widgets Forums Grid Excel Export NestedGrid

This topic contains 1 reply, has 1 voice, and was last updated by  simcon94 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Excel Export NestedGrid #61720

    simcon94
    Participant

    Hello,
    how can i export the nested Grid to Excel?

    Excel Export NestedGrid #61721

    simcon94
    Participant

    Ok. I have to export with id…
    Can i export in excel in dieffernt worksheets?
    I have two nested grids in one grid. With export i will have all nested grids in one excel sheet….

    for (var index = 0; index <= id; index++) {
    $(“#grid”+id).jqxGrid(‘exportdata’, ‘xls’, ‘LiveGrid’+id);
    }

    But this will export always the last entry

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

You must be logged in to reply to this topic.