nyczmagix
13 years agoOccasional Contributor
Infragistics RecordListControl
Hello,
We have a grid created using Infragistics.Windows.DataPresenter.RecordListControl we need to check / enter values into. The RecordListControl's children consists of Infragistics.Windows.DataPresenter.DataRecordPresenter (the rows). This list of DataRecordPresenters, however, changes when I expand a collapsed row in the grid.
Using Object Spy, I do not see a Row / Column extended property available.
Is there a way to interact with a particular cell (checking it's value and entering values) by referencing it's row / column index?
Thanks.