Hi,
I need to find a way to export a gridview to excel but without duplicate data in some of the columns. for example if i have three columns, customer ID, date and revenue, i'd like to have the customer ID (which is the same for several consecutive rows) displayed only for the first row with the same ID while the other column should display all of their values.
as far as i understand there are two option:
1. export to Excel the gridview with its grouping hierarchy to excel using the ExcelML method. but i cant find a way to do it. is this possible at all?
2. another option it to clone the gridview (i need the original for the display) and clear the cells with the redundant ID's, but i couldn't find a way to clone the grid view.
thanks in advance for your help.
Sharon.
I need to find a way to export a gridview to excel but without duplicate data in some of the columns. for example if i have three columns, customer ID, date and revenue, i'd like to have the customer ID (which is the same for several consecutive rows) displayed only for the first row with the same ID while the other column should display all of their values.
as far as i understand there are two option:
1. export to Excel the gridview with its grouping hierarchy to excel using the ExcelML method. but i cant find a way to do it. is this possible at all?
2. another option it to clone the gridview (i need the original for the display) and clear the cells with the redundant ID's, but i couldn't find a way to clone the grid view.
thanks in advance for your help.
Sharon.