I am using the Browsedialog to populate a BO that the Ultragrid is bound to. Everything is fine except that I need to call the InitializeRow since I am populating the Grid with data from other BOs. When the form loads the InitializeRow is called. When the BrowseDialog has completed, the gird will display the results but not execute the code in the InitializeRow event. Looks like I need to do a grid refresh? Where should I call a refresh.
Example
Dim
BOSiteID.FillByPrimaryKey(BoSubjectGrid.SiteID) ' Get the related record Info by the primary BO record Value
e.Row.Cells(
Michael