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
375
Export to .csv file
posted

Hi,

I am having a windows application in which i am using infragisitcs 11.1  version control.Currently i have implemented export to excel feature..IS export to .CSV file feature available in infragistics  11.1?

  • 9298
    posted

    Devina,

    This feature is not currently available, however I have submitted a request on your behalf to our Product Management team as a new product idea.  Our product team chooses new product ideas for development based on popular feedback from our customer base.  If your feature is chosen for development, you will be notified at that time.  Thank you for your request.

  • 469350
    Offline posted

    Hi,

    There isn't any built-in functionality for this, but it would be pretty simple to write it yourself. You just loop through the grid rows and write the value of each cell to a text file separated by commas.