This is a migrated thread and some comments may be shown as answers.

HTML5 Preview issue with textbox

2 Answers 106 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
IamSalik
Top achievements
Rank 1
IamSalik asked on 22 Feb 2016, 08:01 AM

Hello,

I am using Telerik Standalone reports (.trdx) reports of version Q2 2014. I am facing an issue with HTML preview of report being used in an MVC ..net  project. I am using mostly table object to render data but this issue occurs on any type of control i place in report.

Both the issue picture and required result pic are attached with the thread. 

2 Answers, 1 is accepted

Sort by
0
Accepted
Stef
Telerik team
answered on 22 Feb 2016, 10:08 AM
Hello Salik,

Reports are rendered as HTML fro the HTML5 Viewer. The HTML comes with specific CSS rules to visualize a document similar to one in design-preview. External styles can mess with the rendered HTML. Thus check the HTML rendered in the page with the browser's developer tools and trace the style inheritance.
Thus you can detect the CSS rules messing with the CSS of the report document (HTML) and remove/override them.


I hope this information helps.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
IamSalik
Top achievements
Rank 1
answered on 22 Feb 2016, 12:50 PM

Dear Stef,

Thanks a lot for your help full reply. Issue was with a css setting 'box-sizing' which was set to 'border-box' but telerik html reports are required its value 'content-box'. Its solved. Thanks Again.

Regards

Saleem Salik

Tags
General Discussions
Asked by
IamSalik
Top achievements
Rank 1
Answers by
Stef
Telerik team
IamSalik
Top achievements
Rank 1
Share this question
or