I'm trying to update a record based on a drag drop, so far the closest thing i've been able to find to determing which record is to be update is by looping through all the records and trying to determin is the records/cards isMouseover is actiave. However both methods i've tried the ismouseover is always false. Is that a bug? Is there another way to determine what card an item was dropped on?
Dim item As Infragistics.Windows.DataPresenter.DataRecordPresenter
item = Infragistics.Windows.DataPresenter.RecordPresenter.FromRecord(dvProjectWbs.Records(i))
item.IsMouseOver
or
dvProjectWbs.Records(1).DataPresenter.IsMouseOver