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
700
Exporting Grid - Span to multiple columns
posted

Hi,

I am using Infrajistics version 8.2.

I need to export an ultrawingrid to excel and break into multiple columns. Lets say I have 12 rows numbered from 1 to 12. Then I want this to be in excel as below

Column A            Column B         Column C
Row 1                  Row 6                 Row 11
Row 2                  Row 7                 Row 12  
Row 3                  Row 8                 Row 13  
Row 4                  Row 9                 Row 14  
Row 5                  Row 10               Row 15  

I tried to handle the Row Exporting event and change the RowIndex and ColumnIndex properties but it does not help.

Help anyone.

Thanks.

 

 

  • 469350
    Offline posted

    Hi,

    ravii said:
    I tried to handle the Row Exporting event and change the RowIndex and ColumnIndex properties but it does not help.

    That sounds like the right way to do it. Why doesn't that help?