Has anybody succesfully managed to place a RadToolTip control onto a RadComboBoxItem?
I can see that you can set a ToopTip for a RadComboBoxItem however I would like to make a custom ToolTip that contains an image. I only want this to appear on several RadComboBoxItems in my item list.
I've read several posts that utilise the TargetControlID of the RadToolTip control however I've enceountered 2 problems with this method.
1. I cannot set an ID attribute on a RadComboBoxItem (to target)
2. When using TargetControlID='<%# this.RadComboBox1.ClientID + "_Input" %>' I always get a compile error saying - Name 'this' is not declared (This might be because I'm using vb.net? )
I'm assuming TargetControlID='<%# this.RadComboBox1.ClientID + "_Input" %>' would be wrong approach anyway as It looks like that targets the whole combo box control and not just an indivual item.
Any ideas if this is possible and how one might achieve it?
Kind Regards
James
I can see that you can set a ToopTip for a RadComboBoxItem however I would like to make a custom ToolTip that contains an image. I only want this to appear on several RadComboBoxItems in my item list.
I've read several posts that utilise the TargetControlID of the RadToolTip control however I've enceountered 2 problems with this method.
1. I cannot set an ID attribute on a RadComboBoxItem (to target)
2. When using TargetControlID='<%# this.RadComboBox1.ClientID + "_Input" %>' I always get a compile error saying - Name 'this' is not declared (This might be because I'm using vb.net? )
I'm assuming TargetControlID='<%# this.RadComboBox1.ClientID + "_Input" %>' would be wrong approach anyway as It looks like that targets the whole combo box control and not just an indivual item.
Any ideas if this is possible and how one might achieve it?
Kind Regards
James