This question is locked. New answers and comments are not allowed.
Is there any way to add a ChildTableDefinition to a TableDefinition as well as use the PreviewDataRecordCreate event to specify which rows to set IsExpandableRecord?
It seems if I do not add a ChildTableDefinition, then I can correctly set IsExpandableRecord based on a condition of a row. But, if I add a ChildTableDefinition, the IsExpandableRecord property is just ignored, and *every* row has the expander.
My goal is to have the child expander only on certain rows and then dynamically create a ChildTableDefintion for a row that is expanded.
