The version I'm using is 15.2 (ignite UI)
Here's the export function:
$.ig.GridExcelExporter.exportGrid($("#grid"),
{
fileName: 'export',
tableStyle: 'tableStyleLight13'
}
By default it saves under the "Download" folder. Is there anyway to change the save location? Or to display a prompt for user to choose save as location?