Refresh grid based on another grid with only one row

I have a grid that will refresh when you select rows in the parent grid, but when the scenario exists where the parent grid has only one row, the child grid doesn’t refresh. The parent grid is triggered by tabbing out of the OprSeq field as shown in the screen shot. Do you know how to get the first row in the parent grid selected so the child grid will refresh? You can see the issue in the screen shot. Thanks.

My assumption is the child grid is probably populated via RowChanged event of the parent grid’s dataview.

But if the parent grid’s dataview only has one row… then it doesn’t change. Still row (0).

Can you walk through how each grid is populated?

OnBlur of your OprSeq field… what events fire? How is the parent grid populated? How is the Child grid populated?

The child grid is populated with a Parent Child Relationship; pointing to the parent data view. I think what you say with the parent grid’s dataview only having one row… then it doesn’t change… still row(0) is correct. Do you have an example of how to get the parent dataview to trigger a change when only one row?