Is there anyway to use a path specified by a user to export an excel doc from an ultra grid using C#?
the export method of the excelexport has an overload that takes a filename - Export(grid, filename).
This could be specified by the filename property of a FileDialog form - thus the user could have a 'Save As' filedialog and then take the filename (and included path) into the method above when the user clicks ok.