Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Correct, there is no design-time data-binding for the InfoPanel classes... it's all handled through the RowChanged event. If you want, you can use a BindingSource (the regular .NET one) to bind all of the controls and within the RowChanged event, just set the bindingSouce.DataSource = e.BusinessObject.
|