Need a special offer?Find out if your project fits.
+

Lines do not align when increasing row size

Answered
Diep Nguyen asked on October 4, 2021

increase line size
=> fields 'row' does not change
=> fields 'measure' changed
I want the line to not be skewed when resizing it. Please see attached image for more infos

Attachments:
Capture.PNG

6 answers

Public
Vera Didenko Vera Didenko Flexmonster October 4, 2021

Hello,
 
Thank you for writing to us.
 
If we understand correctly, you are looking for a way to make the grid cell borders thicker.
If so, here is a JSFiddle example showing how this can be achieved via CSS: https://jsfiddle.net/flexmonster/58gzsxvf/.
 
Please let us know if this helps.
Looking forward to your response.
 
Kind regards,
Vera

Public
Diep Nguyen October 4, 2021

Hi Vera,
Oh no, I'm not mention to border. I mentioned to increase row height manually. I observed that rows fields not resized, only field measures is changed.

Attachments:
capture1.png

Public
Vera Didenko Vera Didenko Flexmonster October 4, 2021

Hello,
 
Thank you for your response.
 
There are several ways how you can increase the row height depending on your use case:

 
 
Please let us know if one of the suggested approaches works for your case.
 
Kind regards,
Vera

Public
Vera Didenko Vera Didenko Flexmonster October 7, 2021

Hello,
 
Just checking in to see if you found our suggestions helpful.
Did it work to resize the row height as desired?

Looking forward to your response.
 
Kind regards,
Vera

Public
Diep Nguyen October 7, 2021

Hi Vera,
I really appreciate your support. Your suggestion didn't work but I found the root cause. Since there are lines of text that are too long and flexmonster shows them as "long text here...". We wanna show full content in 2 lines. But when do it, the data is obscured and we have to apply the auto height attribute so that the user doesn't adjust it manually. And the attribute 'auto height' causes the line to skew when resizing
I summarize as below hope you understand what I mean:

Initial: long text here ... (not show full content)
Expected: long text here show fully in 2 lines
But when done: content are obscured (see tag number 1 in attached image)
Action: use 'auto height' to content show clearly
However: 'auto hight' is root cause => line is skewed when resize

Attachments:
Capture.png

Public
Illia Yatsyshyn Illia Yatsyshyn Flexmonster October 8, 2021

Hello,
 
Thank you for your feedback.
 
We want to confirm that multiline with dynamic rows height is not supported on the flat form. It is known to produce flickering when scrolling the grid.
Therefore, current approaches include static height for all the rows and table sizes for individual ones, as mentioned earlier in this thread.
 
Feel free to contact us if any other questions arise.
 
Kind regards,
Illia

Please login or Register to Submit Answer