In jqGrid, is there a native way to show "..." at the end of a column if it's text did not fit and was truncated?
I see that there is a ui-ellipsis class but I'm confused as to if it's automatically added if the text is truncated and if it goes away automatically once the column is resized?
You can solve the problem using the following CSS
In the case you will have the results like displayed below:
(see here live)
In some other situations another CSS style would be better:
In the case the results are the following:
(see here live).
Both above settings are my common settings which I use frequently depended on the customers requirements.