Hi,
I am fairly new to Telerik controls and was experimenting with radtooltip and radtooltipmanager.
I created a tooltipmanager and a radtooltip from code behind with ID = "Test", rendermode = lightweight, title = "properties" and text = "CheckText". And this worked.
But when I went to add a radlabel I created as a control to it, saying
RTP.Controls.Add(radlabel1)
it wouldn't display it.
Can someone help me figure how to add controls to radtooltip or radtooltipmanager?
(Eventually, I want to add more controls like a table in the tooltip)
Thanks in advanced,
Swanand Nalawade