Problem MvcMobileDesigner
-
- Posts: 21
- Joined: Tue Nov 22, 2016 2:15 pm
Problem MvcMobileDesigner
Hi!
I'm getting trouble with MvcMobileDesigner which does not respect DIV.
Attached example.
Can you help me?
I'm getting trouble with MvcMobileDesigner which does not respect DIV.
Attached example.
Can you help me?
- Attachments
-
- MvcMobileViewer (Razor).zip
- (2.17 MiB) Downloaded 313 times
Re: Problem MvcMobileDesigner
Hello,
Could you explain your issue in more details?
Also please check the sample:
https://www.stimulsoft.com/en/samples/m ... ne-project
Thank you.
Could you explain your issue in more details?
Also please check the sample:
https://www.stimulsoft.com/en/samples/m ... ne-project
Thank you.
Re: Problem MvcMobileDesigner
Hello.
We can't reproduce the issue.
Please, check this project https://www.dropbox.com/s/w0xngrb1p31xt ... V.zip?dl=0
Thank you.
We can't reproduce the issue.
Please, check this project https://www.dropbox.com/s/w0xngrb1p31xt ... V.zip?dl=0
Thank you.
-
- Posts: 21
- Joined: Tue Nov 22, 2016 2:15 pm
Re: Problem MvcMobileDesigner
Hi
Click the Ajax Designer button
The result is Full Designer, but it does not look like the Viewer that respects DIV.
Follows images of what happened (Image1 and Image2)
Image3 desired.
Image3 desired.
Click the Ajax Designer button
The result is Full Designer, but it does not look like the Viewer that respects DIV.
Follows images of what happened (Image1 and Image2)
Image3 desired.
Image3 desired.
Re: Problem MvcMobileDesigner
Hello,
Could you explain your issue in more details?
Also please make your changes in our sample and send us this project for analysis.
Thank you.
Could you explain your issue in more details?
Also please make your changes in our sample and send us this project for analysis.
Thank you.
-
- Posts: 21
- Joined: Tue Nov 22, 2016 2:15 pm
Re: Problem MvcMobileDesigner
Hi Aleksey!
Here's your changed example with the problem mentioned.
Here's your changed example with the problem mentioned.
- Attachments
-
- MvcVieweSampleDIV2.zip
- (971.14 KiB) Downloaded 850 times
Re: Problem MvcMobileDesigner
Hello.
You should specify the Width and the Height of the Designer.
Thank you.
You should specify the Width and the Height of the Designer.
Code: Select all
new StiMvcMobileDesignerOptions
{
ActionGetReportTemplate = "GetReportTemplate",
ActionGetReportSnapshot = "GetReportSnapshot",
ActionDesignerEvent = "DesignerEvent",
Width = System.Web.UI.WebControls.Unit.Percentage(100),
Height = System.Web.UI.WebControls.Unit.Pixel(700)
})
Re: Problem MvcMobileDesigner
Hello,
Please try to set the following settings for the DIV:
Thank you.
Please try to set the following settings for the DIV:
Code: Select all
<div style="border: 3px solid red; position:relative;height:500px">
- Attachments
-
- Capture.PNG (63.83 KiB) Viewed 3447 times