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
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.