|
-
May 21st, 2007, 05:51 AM
#1
Thread Starter
New Member
Exporting Flexigrid to Semicolon delimeted File
How can I export data to a "Semicolon" delimeted file using flexgrid?
There are following 4 options while using flexgrid:
1. gridExport.SaveGrid(dialogSave.FileName, C1.Win.C1FlexGrid.FileFormatEnum.TextComma
2. dgExport.SaveGrid(dialogSave.FileName, C1.Win.C1FlexGrid.FileFormatEnum.TextCustom
3. dgExport.SaveGrid(dialogSave.FileName, C1.Win.C1FlexGrid.FileFormatEnum.TextExcel
4. dgExport.SaveGrid(dialogSave.FileName, C1.Win.C1FlexGrid.FileFormatEnum.TextTab
Can i cutomerise my delimeter to semicolon or something else?
How can this be done?
Please help me out!!!
Regards
Sandeep
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|