Hello,
With the XamDataGrid, how do I get access to the ItemContainerGenerator.ItemFromContainer() or the Infragistics equivilant? For some reason this has been hidden.
Thanks in advance.
Can you please specify which container you want to access? The CellValuePresenter is the representation of the Cell, DataRecordPresenter of the Record, etc.
Please note that you can go up/down the element tree looking for containers using our helper methods:
Infragistics.Windows.Utilities.GetAncestor/GetDescendant methods.