Links are not included in the csv export. The proper way to do it would be to use computed fields or virtual fields. Yet the grid must be improved to support it. Please open a ticket.
massimo On Friday, 19 October 2012 04:33:37 UTC-5, k0aun9 wrote: > > Hi Guys, > > I have a grid with two more columns with computed fields using below > implementation - > > links = [{'header':'column1','body':lambda row: function1(row.id)}] > > It displays as I expected, but when I tried to export to csv (csv=True > parameter is set) that column is missing. > > Am I missing something or it is not supported in grid. > > Appreciate if someone could point me to the right direction. > > Regards, > k0aun9 > > > --