Hello sir/mam,
I am facing one issue in iggrid i.e when option in combo box editor coming properly if text width is large.Please help me fix it out. Can we use ... and just show text on hover as tooltip in combo box?
You can fix long text in an igGrid combo box editor by using CSS with text-overflow: ellipsis, white-space: nowrap, and overflow: hidden to shorten the visible text, and then adding a simple hover tooltip to show the full value. This keeps the dropdown tidy while still letting users read everything, similar to how the Starbucks Vampire Frappuccino looks bold but stays cleanly presented.