Posted 4 June 2019, 11:18 am EST
Is there a way to bind the ToolTip for a bound InputComboBox Item (InputOption)?
Thanks
Forums Home / ComponentOne / WinForms Edition
Posted by: kbj on 4 June 2019, 11:18 am EST
Posted 4 June 2019, 11:18 am EST
Is there a way to bind the ToolTip for a bound InputComboBox Item (InputOption)?
Thanks
Posted 6 June 2019, 7:49 am EST
Hi,
The Tooltip property is not bindable. We’re discussing with the developers if there is another way to achieve your requirement [Internal Tracking ID: 383665].
Regards,
Jitender
Posted 6 December 2019, 7:30 am EST
Hello,
With the latest 2019V3 builds, you can now bind InputOption’s Tooltip, as follows:
inputComboBox1.ToolTipMember = "TooltipValue";
```where "TooltipValue" is the column name from the table the ComboBox is bound to.
You can upgrade to 2019V3 using ControlPanel or C1Live.
Regards,
Esha