Forum Discussion
alinder
13 years agoContributor
From my usage experience, any code based on Find or FindChild always will take a prohibitively long time to run. In my cases it was easily 10-15 seconds. It's not very feasable as something to rely on extensively.
I think what Tanya was suggesting is instead of trying to use Find with your known values of RowIndex 0 and ColumIndex 0, you could use a method belonging to your grid that returns cells based on the row and column, like pivotGridControl.GetCellValue if it is supported on your grid.
I think what Tanya was suggesting is instead of trying to use Find with your known values of RowIndex 0 and ColumIndex 0, you could use a method belonging to your grid that returns cells based on the row and column, like pivotGridControl.GetCellValue if it is supported on your grid.