Hello Support,
Can we decrease the space between two lines of multiline data?
Can we decrease the space between two lines of multiline data?
The height of cell is equal to the height of content in case of multiline mode. It is set automatically and can’t be changed by API
Thanks.
I think I wasnt ask question correctly, I guess it need to have more descriptive.
I have attached bmp file.
Plz Compare A5 and A6 cells.
A5 is in edit mode and A6 is in unedit mode. In edit mode(A5) the space betn first line and second line is less than in the unedit(A6) mode.
I want the same space in the unedit mode.
Hello Support,
You have given me “line-height:20px” solution to increase the row height in multiline mode.
I just go through the css tutorial ,I found that line-height property increases the distance between two lines.
So I replaced height:20px for line-height:20px.
Now I checked and I found row height is coming 20 correctly as well as distance between two lines in unedit mode is also coming correctly.
Have I done right thing?
This change must not harm functionality of grid in normal mode ( some side effects may occur if you are using smart rendering or split mode with row height synchronization )