I have table with this fields:
id, ch1, ch2, .., ch15
and 62 lines (id = 1 upto 62, and other fields = 0 by default). I need to create single form, where i can edit (not insert nor delete) all ch1-ch15 fields in all lines.
I've seen articles about embedded forms, but they're all about adding new line in database. I need only to edit existing lines.
And now the question: How can I bind each entity to each Form in Embedded form collection? Or there is another way to solve my problem?