I have a scheduler that is using:
The width of the task is the width of the grid cell. Below the task there is a bar that you can click that will take you to the day view. See attachment "image1".
I want to shrink the width down to display several task. See attachment "image2" (This is a doctored image I did in paint)
How can I do this?
.AllDayEventTemplate(
"<div class='asset-task' style='color: black; background-color: #= Color #' title='#= title # \nAsset: #= AssetName # \nOwner: #= OwnerName #'>"
+
"<strong>#= title #</strong>"
+
"<p>"
+
"<strong>Asset: </strong>#= AssetName #"
+
"<br>"
+
"<strong>Owner: </strong>#= OwnerName #"
+
"</p>"
+
"</div>"
)
The width of the task is the width of the grid cell. Below the task there is a bar that you can click that will take you to the day view. See attachment "image1".
I want to shrink the width down to display several task. See attachment "image2" (This is a doctored image I did in paint)
How can I do this?