Looking for ways to make panel search results popup width wider… current problem, that search results popup is narrow and therefore all results looks same (if results titles has same starting name)
You could try to create a custom Panel stylesheet and in that CSS file set
.k-search { max-width:90%; }
or any width that works for your specific scenario.
@sebastiangreger beat me to it… ![]()