Row Width

Hi,

I have a grid to display ,
However one of the content in the Cell exceeds the length of the column specified.
I would want the row height to be one line and the content to be shown in the tooltip

The Column containing Error Desc0:Error Desc1:Error Desc2:… should be displayed in one line Like the Next column which is displaying 1000,1001,1002

Also i dont want the Row Highlighting to be done on the initial load, How to disable it.

PLease Help…




The content seems to be the issue.

If i provide an alpha numeric content the Content in the Cells are displayed in multiline.
However if the content is a numeric , it displays in a single line.

Please, try to remove the line enabling the multiline content in your code:
//mygrid.enableMultiline(true);
it will make the content to display in a single line of a cell

Also i dont want the Row Highlighting to be done on the initial load, How to disable it.
Unfortunately your issue cannot be reproduced locally.
Please, provide with a demo link, where the issue can be reconstructed.