How to Export data from Editable grid {excel}

Certified Senior Developer

I have requirement where I need to export data of the editable grid but issue here is I will be able to it in read only grid with help of parameter showexport but how to do it in editable grid.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to aradhanag6542

    The "official" way of handling this would be to write that data to a data store or record.  Then you could do various things, including having your button launch a Start Process (function) calling a process model that invokes an Export DSE to Excel node, generates an Excel, then pass that document ID back to the interface to show in a Download link.  This requires 2 clicks (not just 1) and there is no current good work-around.

Children