I'm setting up a scheduler where 10 appointments can be added for a given timeslot. This much works by default, but how can I indicate to the users when a timeslot is maxed out and no more insertions are possible?
My first thought is to check each timeslot at databinding, then set a cssstyle on that row, but something tells me it's not possible to loop through each timeslot.
Should be easy to check at inserting then cancel the event, but I want an indicator for users so they don't waste time trying slots randomly to find one that allows insertion.
Any thoughts as to how I might pull this off?
Thanks
My first thought is to check each timeslot at databinding, then set a cssstyle on that row, but something tells me it's not possible to loop through each timeslot.
Should be easy to check at inserting then cancel the event, but I want an indicator for users so they don't waste time trying slots randomly to find one that allows insertion.
Any thoughts as to how I might pull this off?
Thanks