I'm making app which will provide possibility to input elements to database. Creating form for creating 1 element it easy but for putting to database many at once isn't.
I'm asking if there is some way to create something like winForms's datagridView in asp.mvc5
or it's need to be done using JS framework like knockout?