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

RadTextBox TextMode="MultiLine" not showing text for WebGrabber

1 Answer 45 Views
Input
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 06 Mar 2014, 12:22 AM
2013.3.1217.40   The text within RadTextBox when TextMode="MultiLine" cannot be rendered by ActivePDF's WebGrabber 2013 with its native or IE engine.

https://www.activepdf.com/index.php/products/webgrabber

This is the view source of the control.   Text does not show in PDF.   readonly attribute doesn't affect outcome.

<span id="test2_wrapper" class="riSingle RadInput RadInput_Default" style="width:160px;"><textarea id="test2" name="test2" rows="2" cols="20" class="riTextBox riEnabled">This is test2</textarea><input id="test2_ClientState" name="test2_ClientState" type="hidden" /></span>

Something to do with riTextBoxriEnabled?

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 10 Mar 2014, 09:41 AM
Hi Lenny,

In this particular case, the RadTextBox has valid HTML output. Since it is strict by the HTML specification, if there is any problem, it must be in the generator that you use. So I would suggest you to report this issue activepdf.

You could to hard-code the same HTML as you quoted here, into your page, and remove the classes that you think can be a problem and see if it will be exported.
Generally we can not guarantee compatibility with another third party software. And we can not change our rendering because of problem with the WebGrabber, because it is currently valid and it shows correct in the browsers.

Regards,
Vasil
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
Input
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
Vasil
Telerik team
Share this question
or