I'll preface this by saying that what I'm after may be similar to the timeline view's TimeLabelSpan, except for slots in resource groupings - if that makes sense.
I have a scheduler control that I'm using to display appointments in timeline view only. Each appointment is assigned a resource and resourcing grouping is enabled.
The timeline view is configured to display 7 days. I have a requirement to modify the view for one of my resources so that there is only one 'slot' for the 7 days being shown. In case that's not clear, I have attached a screenshot of what this might look like.
The points to note are that the top resource grouping has no borders between the day slots and the whole thing would ideally be one table cell with colspan=7 or something.
I'm about to try and do this with some javascript hacks but if there's a 'nice' way of doing this I'd be happy to hear it.
I have a scheduler control that I'm using to display appointments in timeline view only. Each appointment is assigned a resource and resourcing grouping is enabled.
The timeline view is configured to display 7 days. I have a requirement to modify the view for one of my resources so that there is only one 'slot' for the 7 days being shown. In case that's not clear, I have attached a screenshot of what this might look like.
The points to note are that the top resource grouping has no borders between the day slots and the whole thing would ideally be one table cell with colspan=7 or something.
I'm about to try and do this with some javascript hacks but if there's a 'nice' way of doing this I'd be happy to hear it.