The way you can do this is by:
Edit All Rows
(you will get a grid of values you can edit - even if the values are from different tables).You can also add Insert/Update triggers to your view that will allow you to grab the values from your view fields and then use T-SQL to manage updates to multiple tables.