Thank you Luis,
I also found another solution
.Create("VipProfile_Create", "VipProfiles", new { parentId = @ViewBag.PersonID })
The trick is to use a variable name (e.g. parentId) that is different from data source fields.
Hope this will save time for somebody.
Kind Regards









