Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Dynamic path for excel export
posted

Is there anyway to use a path specified by a user to export an excel doc from an ultra grid using C#? 

  • 195
    posted

    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.