Hi Oscar,
Thank you for contacting Syncfusion support
Please find the below updates
Query: I have got it now by adding the new properties as columns in the load event. Is it mandatory to add them as columns?
Answer: We can show the properties as taskbar tooltip text without adding the properties as columns in the load client side event. Please refer the below code snippet.
|
<script type="text/x-jsrender" id="tooltipTemplate">
<table>
<tr>
<td style="padding:3px"><b>Material:</b></td>
<td style="padding:3px">{{:#data.item['material']}}</td>
</tr>
<tr>
<td style="padding:3px"><b>Thickness:</b></td>
<td style="padding:3px">{{:#data.item['thickness']}}</td>
</tr>
</table>
</script> |
We have prepared the JS playground sample with your requirement, please find the sample link below
Query2: But the main issue is that this is working well in project view gantt task tooltips, but not in the resources view ones.
Answer: Can you please refer the above solution to overcome the issue in Resourceview Gantt.
Please let us know if you require further assistance on this.
Regards,
Punniyamoorthi