Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
167 views

OrgChart Extended to Export PDF not Show in Adobe Reader 

I'm using the functionality to export pdf (CLIENT EXPORT MANAGER ) , but when I try to export an organization chart, as it is quite large (horizontally). the Image that is created is very small, so In Adobe Reader PDF it appears small white images. Even thought if I open the PDF file on a Internet browser (such as Google Chrome or Firefox) it does display the correct images. 

 

Greetings and thanks

Gustavo
Top achievements
Rank 1
 answered on 18 Dec 2015
1 answer
90 views

 Hi,

 I am new to telerik grid and need some support.

I want to create row below the MasterTableView  with custom filters.

Below is code snippet.

Thanks,

<telerik:RadGrid ID="gvResults"  runat="server"  PageSize="20" AllowPaging="true" AllowSorting="True" AllowMultiRowSelection="False" 

                                                 
                                 GridLines="none" OnDetailTableDataBind="gvResults_DetailTableDataBind" OnNeedDataSource ="gvResults_NeedDataSource" OnPreRender="gvResults_PreRender">
           
                                <PagerStyle Mode="NextPrevNumericAndAdvanced"></PagerStyle>
                                  <MasterTableView DataKeyNames="ProjectName">
                                   

                                
                                <DetailTables>
                                    <telerik:GridTableView DataKeyNames="ProjectName" Name="Emp" >
                                        <DetailTables>
                                            <telerik:GridTableView DataKeyNames="ProjectName" Name="EmpDetails" >
                                             
                                            </telerik:GridTableView>
                                        </DetailTables>
                                       
                                    </telerik:GridTableView>
                                </DetailTables>
                
            </MasterTableView>
            </telerik:RadGrid>              
                             

Pavlina
Telerik team
 answered on 18 Dec 2015
1 answer
149 views

Hi,
I am using a radrotator on a contenttemplate tile, I want buttons to appear on the rotator while on a mouse over, otherwise I want the rotator to display only the contents. Please let me know how this can be achieved.
-Thanks
Slav
Telerik team
 answered on 18 Dec 2015
1 answer
81 views

Does the TagCloud group word stems together? Example: teach, teacher, teaching would all be considered the same as their stem (teach) is identical.

 

Is there an easy way to exclude non-important words (such as: a, an, the, etc.) outside of the WordsToExclude property? I don't want to have to define a list of these words if not absolutely necessary as I know I will miss a few.

 

Is there a way to apply a length restriction to the words to be weighted? I would like to avoid things like "no" and "go" from appearing in the TagCloud, and I know these sorts of words will make it through, even if the WordsToExclude property is extensive.

 

Thanks in advance for your help!

Slav
Telerik team
 answered on 18 Dec 2015
8 answers
177 views

Hello Telerik Team,

 i want to use RadImageGallery ​​in the LightBox AreaMode. The problem is, that in the HTML only the ALT tag is generated. But i want also the TITLE tag. 

 Is there any chance for this?

 

My second question is, how can i change the NavigationUrl, if im binding binary image from data source.

Best wishes,
Nick

01.<telerik:RadImageGallery runat="server" ID="Gallery"
02.    DataImageField="Image"
03.    DataTitleField="Name"
04.    DataKeyNames="ArtistId"
05.    DisplayAreaMode="LightBox"
06.    OnNeedDataSource="NeedDataSource"
07.    Width="100%" RenderMode="Auto">
08.    <ThumbnailsAreaSettings ScrollOrientation="Vertical" ShowScrollButtons="false" Height="100%"
09.        Mode="Thumbnails" ThumbnailWidth="140px" ThumbnailHeight="140px" />
10.    <ImageAreaSettings />
11.</telerik:RadImageGallery>

 

Viktor Tachev
Telerik team
 answered on 18 Dec 2015
3 answers
216 views

the most common request we get when it comes to our (rather heavy) use of RadGrid is to allow users to save which columns are visible on the grid (when we allow users to show/hide columns using the contextheader.)

 What would be the best method to do this?  Is RadPersistenceFramework overkill (does it even allow this?)  

Or should we cook up something using custom javascript?  No other settings (page, sort, etc) - just toggling the initial "display" setting for various columns.

Thoughts?

Konstantin Dikov
Telerik team
 answered on 18 Dec 2015
1 answer
44 views

Hi Telerik,

Could you advice me the solution to refresh server-sided creating control's panel by radcombobox selectedindex_changed event?

I find the data-related radcomboboxs in your Demos, but it isn't my workflow.

Then I checked that radcombobox with switch on autopostback don't request the server-side.

RadButton's postback works, but it works without Ajax on AdvancedAppointmentForm.

 

With respect, Anatoliy

Plamen
Telerik team
 answered on 18 Dec 2015
13 answers
356 views
Hi,

I am tried to set the AllowedMimeTypes property as shown below, but its not working.
string[] allowedMimeTypes = System.Configuration.ConfigurationManager.AppSettings.Get("epNMAllowableMimeTypes").Split(',');
                if (allowedMimeTypes.Length > 0)
                    RadAsyncUpload1.AllowedMimeTypes = allowedMimeTypes;

In web.cong the Mimetypes are declared as
<add key="epNMAllowableMimeTypes" value="application/pdf,application/msword,application/x-dot,application/vnd.ms-excel,image/tiff,image/png,image/jpeg,image/gif"/>

I am using Telerik.Web.UI.dll(Ver 2010.3.1317.20), IE 7.0 browser, .Net 2.0

I found the below link where something related to this peoperty was fixed.
http://www.telerik.com/products/aspnet-ajax/whats-new/release-history/q3-2010-sp1-version-2010-3-1215.aspx

Thanks,
Raji
Peter Filipov
Telerik team
 answered on 18 Dec 2015
12 answers
133 views

Hello,

Ivan Ivanov, from Telerik, ask me to open up a new thread for this topic, so I will ask my question again:

our data center want to have some automated test scenarios with Microsoft Test Manager (MTM) 2015 and some coded UI tests in Visual Studio 2015. But there is a problem with the Telerik RadComponents in version 2013.2.717.35 of the Telerik.Web.UI. We can create and record the test case without any problems, but if we want to make an automated test, by clicking "run" in the MTM or VS2015, the test failed with an exception (see post attachments).
The Visual Studio seems to be unable to "find" the Telerik components (i.e. RadRadioButton, etc.) and stops the test with an error. As I read in this thread (http://www.telerik.com/forums/vs2010-codedui-test-wont-see-telerik-controls) there seems to be a problem with the MSAA support (https://en.wikipedia.org/wiki/Microsoft_Active_Accessibility) in the Telerik components.

Here is some more background: we don't have the source code of the product which uses the Telerik components, because these components are integrated as third party components in a work flow tool we use. Our goal is to test the workflows, which are based on ASP.NET webpages, so yes we only want to make 1st level testing. But how can we solve the problem with the "hidden" Telerik components and the failing tests?
A sample of one ASP.NET page, we should test, is attached to this post. The coded UI test should "click" the RadRadioButton, but fails to do so.
 

Best Regards
Christian Beermann

 

 

Joana
Telerik team
 answered on 18 Dec 2015
6 answers
108 views

AsyncUpload, the progress just shows as it taking forever to upload and never ends. after update to newest Chrome.

 

here is error showing in attachment

 

 

Nencho
Telerik team
 answered on 18 Dec 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?