Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1375
option in combo box editor coming properly if text width is large.
posted

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?

Parents
No Data
Reply
  • 0
    Offline posted

    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.

Children
No Data