multiline

overflow hidden in multiline is not working. My row height becomes too high when I have any one of the cell has more content since it takes the cell content height. is there any way I can have the cell content to be hidden in case of overflow?


The grid can be used in two modes
a) fixed height of row
b) multiline mode
In first mode, height of row fixed, and has only one line of text
In second mode the height of row defined by height of content ( not limited to anything )



There is no way to mix both modes. So it not possible to have multiple line of text and fixed row height in same time.