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

print the content in RadHtmlPlaceholder

5 Answers 59 Views
HTMLPlaceHolder
This is a migrated thread and some comments may be shown as answers.
Vamsi
Top achievements
Rank 1
Vamsi asked on 29 Aug 2013, 07:16 PM
Hello,

We are using Telerik controls in Silverlight 4 and the version is 2010.2.812.1040.
How can I print the content in RadHtmlPlaceholder. ( I need to print the content like pdf,word doc (all pages) which is embedded inside RadHtmlPlaceHolder.)


Thanks,
Vamsi.

5 Answers, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 03 Sep 2013, 10:24 AM
Hi Vamsi,

Thank for contacting us on that matter. Please note that since Q1 2013 we no longer support Silverlight4. You can find more information here. This is why we strongly suggest to our customers to migrate to Silverlight5 so that they can get advantage of our latest fixes and newest features.

On the other hand, the RadHtmlPlaceholder is designed to visualize HTML content on top of the Silverlight plugin. This is why it does not expose built-in mechanism for exporting.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Vamsi
Top achievements
Rank 1
answered on 19 Sep 2013, 04:01 PM
Hello,

I have sorted it out in opening a new window and merging all the pdf files. Thanks for your suggestions.
I have an issue with RadMaskedTextBox and the Telerik version is 2010.2.812.1040.
I have used masking for TelephoneNumber and the format is ### - ### - ### . Here the literal used is '-'
When I check the control while debugging I see maskedText property having the literals. how can i get the same in Value property.?
as per below URL, I dont see any property with TextWithLiterals in the control.
http://www.telerik.com/community/forums/aspnet-ajax/input/problem-in-getting-radmaskedtextbox-values-in-code.aspx

Can you please help me on this.
0
Pavel R. Pavlov
Telerik team
answered on 24 Sep 2013, 09:05 AM
Hi Vamsi,

Our RadMaskedTextBox control is obsolete due to its known limitations. In order to replace it we developed a new suite of controls, designed to replace the old control, completely. This suite is called RadMaskedInput (read more).

In your particular case you can use the RadMaskedNumericInput control with Mask set to "###-###-###". Furthermore, when you bind to its Value property you will be able to get the numbers that your user inputs in the control. On the other hand, if you bind to the Text property you will be able to get what your user sees in the control, including the "-" (dashes).

Please note that we strongly suggest upgrading to our latest official build and migrating your application to use the new suite of controls.

Please try the suggested approach and let us know if you need any further assistance.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Vamsi
Top achievements
Rank 1
answered on 25 Oct 2013, 10:26 PM
Hello,

Thanks for replying. As we have limitations on upgrading the software, seems there is no decision made on that.
As a work around on the lost focus of the textbox, I have achieved the required functionality.

I have an issue on RadGridview filtering in silverlight. I have followed the below URL code to show the filters.
http://blogs.telerik.com/xamlteam/posts/10-01-22/how-to-customize-radgridview-s-default-filtering-control-with-attached-behaviors-silverlight-amp-wpf.aspx

As the user is running in 1024*768 resolution, when the user clicks on Filter (Pipe symbol) - Filter and Clear Filters are both hidden for the first time. if the user again clicks on the Filter (Pipe symbol) -Filter and Clear Filters are both visible and the filter pop up position is also getting changed, due to that we are able to see the filter , clear filter buttons. (Grid should have minimum 100 records so that we can reproduce this issue). 

My requirement is even if the user clicks first time or second time ..nth time on the filter (Pipe symbol) ,filter pop up should be always remain at a particular position and filter / clear filters buttons should be visible at all times.

Can you please suggest me a better approach to achieve this functionality. Appreciate your help, If you can send me the code for the issue mentioned. If you are not the right person (Team) to contact, please post this query to the appropriate person(team). 

Thanks,
Vamsi.


0
Yoan
Telerik team
answered on 30 Oct 2013, 05:09 PM
Hello,

I have already answered to the other support thread you started on the same topic. In order to make our communication consistent, it would be better to follow a single thread on the topic.

Regards,
Yoan
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
HTMLPlaceHolder
Asked by
Vamsi
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Vamsi
Top achievements
Rank 1
Yoan
Telerik team
Share this question
or