Say I have the following
Dim objList as List(Of MyObject) = GetMyObjects()myGrid.DataSource = objList
How can I recuperate the myActiveObj from the myDataGrid. ActiveRow?
The object should be in myDataGrid.ActiveRow.ListObject
Public ReadOnly Property ListObject As Object Member of Infragistics.Win.UltraWinGrid.UltraGridRow
Summary: Returns the object corresponding to this row from the IList that the control is bound to. Returns Null if this is an UltraGridGroupByRow.
Michael
I agree, it should be, but is not . Instead of myObject, is a UltraDataRow, data does not contain any reference to the MyObject instance from the boud list: