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
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>
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!
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
>
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?
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
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
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