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?
Hi Rohit, the issue you’re facing with the combo box editor in iggrid where long text values don’t display properly can usually be solved by applying CSS styling to limit the width of the dropdown items and then using text-overflow: ellipsis; overflow: hidden; white-space: nowrap; so the text shows as ... when it exceeds the set width, while adding a title attribute or tooltip to display the full text on hover; this approach ensures better UI handling of large text values, much like how businesses seek professional support from ISO certification consultants in Iraq to simplify and present complex compliance requirements in a user-friendly manner.
text-overflow: ellipsis; overflow: hidden; white-space: nowrap;
...
title