export grid to excel

Hi,



i would like to ask if you have any idea on how to export my grid to microsoft excel.



a button will be available in my page and when it is triggered, the grid will be converted to an excel file and be downloaded by the user…something like that



thanks in advance…

The universal solution is
    - serialize grid to CSV ( build-in functionality )
    - send data to server
    - return data from server as CSV file with correct MSExcel headers

If you need solution only for IE you can check
    dhtmlx.com/docs/products/kb/inde … es&s=excel