Hi John,
Thank you for contacting Syncfusion support.
We have checked your requirement ‘To show Tooltip on other control e.g. DatePicker’ and it can be achieved using ContentTemplate property in Tooltip (e.g. for DataPicker) as like below code example,
Code Example
@Html.EJS().Tooltip("Tooltip").Content("Date Picker").ContentTemplate(@<div>@Html.EJS().DatePicker("datepicker").Render()</div>).Render() |
Please refer the below documentation for rendering tooltip to other controls,
For your convenience we have prepared the sample for your requirement and same can be downloaded from below link,
Could you please check the above sample and get back to us if you need any further assistance on this?
Regards,
Vinoth Kumar S