I have attached an example project which demonstrates how to achieve your case. It measures each item in the drop down and changes the size of the popup to show the full text of each item.
I hope this will be useful for you. If you have further questions, I would be glad to help.
Thank you.
How about question 2?
Is possible show full text in tooltips?
if I dont want to set auto resize.
0
Ivan Petrov
Telerik team
answered on 07 Jun 2012, 01:13 PM
Hi Stanley,
Thank you for writing back.
Excuse me for the omission in my previous post. To show a tool tip, you need a control which would act as an owner of the tool tip. In the case of the drop down editor it is an element and therefore it does not have mechanism for showing tooltips. In this case to show a tool tip, you will have to implement all the logic manually.
I hope this will help. Should you have further questions, feel free to ask.