I am trying to export js.devexpress.com dxDataGrid in excel with custom header but no result. I just want to insert one top row with some details like company name but not found any solution.
Export to excel demo : js.devexpress.com dxDataGrid Demo.
Is anyone deal with this?
Thanks in advance.
unfortunately, as of now (2016-10-08) DevExtreme suite doesn't support customized export of dxDataGrid to Excel, neither custom headers nor custom cell formatting are supported.
See https://www.devexpress.com/Support/Center/Question/Details/T430687 .
You could insert custom header into exported Excel doc as well as have control over individual cell formatting if you were using their other grid control ASPxGridView, but it requires your app to use ASP.NET.