S
|
sthefaine 3/5/2013 |
Hi not sure it you have this resolved but what I did on the child list page is to go to After Record Processed event and added this code |
B
|
btrdev author 3/6/2013 |
Hi not sure it you have this resolved but what I did on the child list page is to go to After Record Processed event and added this code $record["inlineeditlink_attrs"]="href=\"Your_Table_Name_edit.php?editid1=".$data["Primary_Key"]."\" "; this changed the inline edit to actually redirect to the edit page of the child and on the child page I put a custom button for Back and the Save to redirect back to the Master Page when done. Just a thought hope this may help you.
|