I am looking for a freeware grid control for ASP.NET C# Webforms. It would behave similar to Excel.
The rows will be sequential dates, and the columns are my equipment numbers.
I want to be able to to scroll indefinitely, with the dates increasing or decreasing depending which way I am going, incrementing by a day.
The idea is that I can double click on a date, in the correct equipment column, and then create a booking for one or more days. I am currently using a spread sheet, but I want to write a web app for more functionality.
In the cells I need to colour them as the attached image, but I also want to add indicator icons as to the status of the booking (quote, accepted, paid, etc, as as well as driver assignment icon)
Does anyone know of a control, or is there a native C# control that I could make work?
