Page 1 of 2

TextBox WordWrap CanGrow not working

Posted: Thu Jun 16, 2016 9:05 pm
by ecpmiranda
TextBoxes on my report with CanGrow=false and WordWrap=false are growing. I want textbox not to grow.
Am I doing something wrong?

Re: TextBox WordWrap CanGrow not working

Posted: Fri Jun 17, 2016 12:59 pm
by Alex K.
Hello,

Can you please describe your issue in more details.
Also, please send us a sample which reproduces the issue for analysis. Also, please clarify which component do you use?

Thank you.

Re: TextBox WordWrap CanGrow not working

Posted: Mon Jun 20, 2016 8:02 pm
by ecpmiranda
Please, take a look at the image attached.

Re: TextBox WordWrap CanGrow not working

Posted: Tue Jun 21, 2016 10:07 am
by HighAley
Hello.

We set the size of the component right, but browser can change the size of the component to show all text.
Please, try to set next static option:

Code: Select all

StiOptions.Export.Html.UseStrictTableCellSize = false;
If you still have an issue we need to get additional information:
1. What Viewer do you use?
2. Which version?
3. Send us your report template.
4. Send us data for the report template to render it and reproduce the issue.
5. What additional settings of the Viewer did you set?

Thank you.

Re: TextBox WordWrap CanGrow not working

Posted: Tue Jun 21, 2016 3:02 pm
by ecpmiranda
I tried the option but still growing textbox height

TRIAL VERSION
In ASPX <%@ Register Assembly="Stimulsoft.Report.Mobile, Version=2016.1.0.0, Culture=neutral, PublicKeyToken=ebe6666cba19647a" Namespace="Stimulsoft.Report.Mobile" TagPrefix="cc1" %>

In References: Stimulsoft.Report.Mobile Runtime Version v4.0.30319

Just to mention, this month we intend to buy commercial version, we have already decided for Stimulsfot Reports!! Great tool!

Re: TextBox WordWrap CanGrow not working

Posted: Tue Jun 21, 2016 5:53 pm
by ecpmiranda
Try changing width of field CURSO: or any other you will see the problem.

Re: TextBox WordWrap CanGrow not working

Posted: Wed Jun 22, 2016 1:08 pm
by Alex K.
Hello,

Please check that you set the following option:
StiOptions.Export.Html.UseStrictTableCellSize = true;

Thank you.

Re: TextBox WordWrap CanGrow not working

Posted: Wed Jun 22, 2016 9:15 pm
by ecpmiranda
I set "StiOptions.Export.Html.UseStrictTableCellSize = true" and works fine for this report, but I have another report that is a simple list and some vertical lines (white color) appears between columns as you can see in the image attached. Is there anything else to do?

Re: TextBox WordWrap CanGrow not working

Posted: Fri Jun 24, 2016 11:00 am
by HighAley
Hello.

This is a issue of this mode.
This is how the browsers show the report when we force the size of the components.
Unfortunately, there is no solution at this moment.

Thank you.

Re: TextBox WordWrap CanGrow not working

Posted: Sat Jun 25, 2016 11:57 am
by ecpmiranda
Thanks! No problem at all, the report looks fine with this line.