I have a WHDG and a WebExcelExporter on my page. I have 2 dropdown providers on the grid. I need to be able to get to the cell in the band that contains the data I need to manipulate prior to the export. I have attached to .png's to reflect the data visually as it appears in the grid and in the export. So far, I have only been able to get to the parent/group row. How do I get to the child/band rows and cells?
Hello Natalie,
Can you describe your scenario. In which event you need to manipulate the data? If it is in rowexported the eventArgs contain all the necessary information about the current row. Please can you also provide your exact build of NetAdvantage.
I have tried the EventArgs and I can't seem to find the dropdowns value at the time of export. I have tried:
int
iRow = 1; int iCell = 1;
{
foreach (GridRecord gridRecord in this.whdgRegistration.Rows)
....
But this only get me to the 1st level group rows. I need to access the values in the cells on the 2nd level of each group. I have tried looking at the rowIslands but this had gotten me no where.
My version of Infragistics is 11.1.20111.1006.
Hello Natalie,I see you have asked the same queistion in another support ticket with number CAS-83825-062LK4. The answer has been provided to you. In order to avoid duplicated cases i am closing this support ticket.