Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
I have solve this by calling FilterChildRecords() after every ParentBO.Add() called. I found that in SF source code, FilterChildRecords() only been called in Save(), SaveByForm(), ChildAutoFilterOption setter method, Filter setter method and Navigate().
Why doesn't it been called in Add() and DeleteCurrentRow()?
Please advice.
Thank you
|