Technically, yes. You would probably want to create a user control that is dropped on the InformationPanel since you can setup an SF user control to do all of the binding like in a form. When the RowChanged event fires, then you can load the record into the BO on the user control (I think this would be easier than trying to use a translation) through the CopyDataFrom method on the BO....but it is up to you to take care of the Saves since this is not intrinsic logic.