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 CRow 1 Row 6 Row 11Row 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.
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?