Hello all,
I've been trying to wrap my brain around how to do this and coming up with nothing. I'm a beginner developer and creating my first .net MVC site for a company project.
I have the following tables: Projects, CalendarDates, and Bookings.
The bookings table accepts the cross ref between Projects/CalendarDates and has a field for booking value.
I've successfully been able to create the grid view with the list of projects by row with datas across the columns. This works perfectly.
What I want to do is make the entire table editable and if there's an empty cell, create a new record in the bookings table based on the Project Row and Date Column it intersects.
I've been trying to wrap my brain around how to do this and coming up with nothing. I'm a beginner developer and creating my first .net MVC site for a company project.
I have the following tables: Projects, CalendarDates, and Bookings.
The bookings table accepts the cross ref between Projects/CalendarDates and has a field for booking value.
I've successfully been able to create the grid view with the list of projects by row with datas across the columns. This works perfectly.
What I want to do is make the entire table editable and if there's an empty cell, create a new record in the bookings table based on the Project Row and Date Column it intersects.