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?
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.
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.