One cell in my grid has more than one text line. Not just automatic break with multiline but explicit break with
. The grid displays all lines just fine.
If I select one line the display is not as expected. The upper part of the selected line is marked like selected, but just in the height of one line. It seems as if grid assumes the height of the line as one line. But just for selection!
The lower part of the selected line is “weak colored”. Maybe highlited, I don’t know.
The lower part of the selected cell is displayed as if the line is not selected.
mygrid.enableMultiline(true) is set.
Is there a way to get an acceptable result, maybe another (more correct) way to break text lines explicitely?