Alter table column width in Dashboard.WEB

Stimulsoft Dashboards.WEB discussion
luan.maciel
Posts: 24
Joined: Thu Feb 14, 2019 11:57 am

Alter table column width in Dashboard.WEB

Post by luan.maciel »

I'm using a DASHBOARD.WEB and I have a table with one column and I need 100% width for this column, but my text doesn't wrap and doesn't is totally visible.

What can I do?
TableColumnDashboard.png
TableColumnDashboard.png (21.41 KiB) Viewed 3234 times
Lech Kulikowski
Posts: 6263
Joined: Tue Mar 20, 2018 5:34 am

Re: Alter table column width in Dashboard.WEB

Post by Lech Kulikowski »

Hello,

You can try to set the SizeMode=AutoSize property for the Table.

Thank you.
luan.maciel
Posts: 24
Joined: Thu Feb 14, 2019 11:57 am

Re: Alter table column width in Dashboard.WEB

Post by luan.maciel »

I'm using "SizeMode=AutoSize", but the problem persists.
TableColumnDashboardSizeMode1.png
TableColumnDashboardSizeMode1.png (38.5 KiB) Viewed 3223 times
I tried in code too
TableColumnDashboardSizeMode2.png
TableColumnDashboardSizeMode2.png (10.32 KiB) Viewed 3223 times
But the results are
TableColumnDashboard.png
TableColumnDashboard.png (21.41 KiB) Viewed 3223 times
Lech Kulikowski
Posts: 6263
Joined: Tue Mar 20, 2018 5:34 am

Re: Alter table column width in Dashboard.WEB

Post by Lech Kulikowski »

Hello,

In this case, you should increase the width of that component.

Thank you.
luan.maciel
Posts: 24
Joined: Thu Feb 14, 2019 11:57 am

Re: Alter table column width in Dashboard.WEB

Post by luan.maciel »

I used

tblDescricaoEvento.Width=100%;

but doesn't work too.

I'm using 2019.2.1

Its a bug?
Lech Kulikowski
Posts: 6263
Joined: Tue Mar 20, 2018 5:34 am

Re: Alter table column width in Dashboard.WEB

Post by Lech Kulikowski »

Hello,

Please send us a sample report with test data which reproduces the issue for analysis.

Thank you.
luan.maciel
Posts: 24
Joined: Thu Feb 14, 2019 11:57 am

Re: Alter table column width in Dashboard.WEB

Post by luan.maciel »

Here is a MRT file:
TableDashboard.mrt
(16.45 KiB) Downloaded 202 times
Version Stimulsoft:
TableDashboard1_Version.PNG
TableDashboard1_Version.PNG (38.53 KiB) Viewed 3214 times
Example created:
TableDashboard1.PNG
TableDashboard1.PNG (6.22 KiB) Viewed 3214 times
Preview:
TableDashboard1_Preview.PNG
TableDashboard1_Preview.PNG (5.45 KiB) Viewed 3214 times
luan.maciel
Posts: 24
Joined: Thu Feb 14, 2019 11:57 am

Re: Alter table column width in Dashboard.WEB

Post by luan.maciel »

How can I break lines in a table dashboard?
Lech Kulikowski
Posts: 6263
Joined: Tue Mar 20, 2018 5:34 am

Re: Alter table column width in Dashboard.WEB

Post by Lech Kulikowski »

Hello,

We have found the issue with AutoSize property. We need some time to fix it.

> How can I break lines in a table dashboard?

Could you explain your issue in more details?

Thank you.
#7911
luan.maciel
Posts: 24
Joined: Thu Feb 14, 2019 11:57 am

Re: Alter table column width in Dashboard.WEB

Post by luan.maciel »

Thank you for the fix.

> How can I break lines in a table dashboard?
When the table reaches the maximum size of the screen, will it apply scrolling or would it have break line?
TableDashboard1_BreakLine.PNG
TableDashboard1_BreakLine.PNG (8.24 KiB) Viewed 3196 times
Post Reply