Can't resize and drag drop elements in designer

Stimulsoft Reports.ANGULAR discussion
Post Reply
phanphuctin
Posts: 2
Joined: Thu Feb 06, 2025 4:43 am

Can't resize and drag drop elements in designer

Post by phanphuctin »

Hello everyone,
I'm new to this stimulsoft and I met problem when trying to use mouse to resize and drag drop elements like text, chart, symbols,... everything in designer mode. Did anyone meet this problem before and how to fix it? Please give me some advice or solution. Thank you so much!
I checked:
- The locked button and locked property in layout tab => not locked
- Locked/linked checkbox in Properties > designer => ok
- Retrictions in Properties > designer => all permission allow
- Added option `options.appearance.allowUserResize = true;` to angular
My version:
- angular 19.0.5
- Stimulsoft: 2025.1.4
- I use loadFile to display stimulsoft.
(var report = Stimulsoft.Report.StiReport.createNewReport();
report.loadFile("reports/Report.mrt");)
Lech Kulikowski
Posts: 7122
Joined: Tue Mar 20, 2018 5:34 am

Re: Can't resize and drag drop elements in designer

Post by Lech Kulikowski »

Hello,

Please check samples at the following link:
https://github.com/stimulsoft/Samples-R ... ET-Angular

Thank you.
phanphuctin
Posts: 2
Joined: Thu Feb 06, 2025 4:43 am

Re: Can't resize and drag drop elements in designer

Post by phanphuctin »

Thank you so much for your reply.
But i'm so new to this stimulsoft so I can't detect what maybe the problem inside your repository.
Could you give me more detail about it? Where could this problem be coming from? Angular, the backend, the MRT file, or a setting inside Stimulsoft?
Lech Kulikowski
Posts: 7122
Joined: Tue Mar 20, 2018 5:34 am

Re: Can't resize and drag drop elements in designer

Post by Lech Kulikowski »

Hello,

Without a sample, it is difficult to say.
Please send us a sample project that reproduces the issue for analysis.

Thank you.
Post Reply