When trying to build the QSF example on GitHub, an error occurs due to The IHiearchyAdapter still being used in :
TreeView - First Look Example and Customizations Example.
The Error Message is Error CS0122: 'IHierarchyAdapter' is inaccessible due to its protection level (CS0122) (QSF)
Hello Team,
Currently we are working with Telerik xamarin forms application,We are using radlistview.I want to scroll and select item with up and down arrow keys.Can we have any sample on this.
Thanks & regards
Uday raj
a new component - Image viewer. this component will take as source images meta data and show images gallery, with view / templates. (carousel / grid for instance), allowing tap to zoom full screen and drag to exit zoom
Add support fir VisualElement.AccessKey like in the Xamarin.Forms controls:
Following swipe gesture not fired
<telerikInput:RadCalendar.GestureRecognizers>
<SwipeGestureRecognizer Swiped="SwipeGestureRecognizer_Swiped" Threshold="10"/>
</telerikInput:RadCalendar.GestureRecognizers>
when swiping left or right swipe gesture should detect it.
or
when swiping on Multiday calendar add ability to decide swipe how many days back and forth (a property)
There is currently no Video control and all of the 3rd party ones are weak at best. Adding a video player control with full screen and subtitling/captioning that is cross platform would be a huge benefit to the Xamarin Forms community.
Hello ,
An Admin say me to explain a way to use a QrCode export in PDF .
So what we need ?
I use your RadBarcode to create a barcode so simple . But now this QrCode i want to get him as an imageStream and then use it on a PDFCreator .
For the moment i try to create a view with QrCode -> export this view as an Image -> change that image on ImageStream -> Use this ImageStream on PDfCreator .
I hope you understand me !
Sincerly,
Anthony Ranuuzzi
As of 2018.2.620, UI for Xamarin will invoke approximate 600 warnings when compiling an Android project that uses SDK later than 23. This is due to the fact that the UI for Xamarin.Android controls are built on API 23, which will surface warnings at compile time if the project consuming them is using a later version. Although UI for Xamarin is compatible with newer version, and causes no impact on the outcome, these warnings obscure any meaningful warnings the user might have. This is a problem when projects are built in a CI/Cd pipeline and warnings are treated as important/significant for enterprise CD deployment (i.e. scrolling through 600 warnings to find any legitimate warnings is not practical). Available in R3 2018 release.
We can build on our personal development environments without issue. The issue is only on the Azure DevOps build server. We believe this to be related to a version incompatibility. Possibly the build server is attempting to reference an old library. We are seeing the issue on both iOS and Android builds.
This issue is well documented here:
https://www.telerik.com/forums/can%27t-resolve-the-reference-%27system-object#wNK1sRy19UOhttFJzbEshQ
Our version info:
- Build server is using Microsoft's hosted agent with Visual Studio for Mac 7.7.4.1 (attached file with all software installed on the host build-host-software.txt)
- App is on version 3.4.0+
- Referenced libraries use .NET Standard 1.6 and 2.0
- Xamarin.Forms app is hosted in a .NET Standard 2.0 library
Could we get a hold of an older compatible version of the software that can work with our version if there is no workable solution here ?
As the subject:
Before upgrading to the latest version of Telerik Controls, the Drag/Drop functionality worked correctly but after upgrading the list no longer updates and the item moved returns back to the original position.
Not using "ReorderEnded", everything works fine but this is needed to detect that something has been moved.
A PDF Viewer component that you can put in your app will be a great addition to the suite. As a feature set it should at least support pinch and zoom.