Hello,
I have a DataGrid with items and I want to add a popup with few entry that I use their values to filter the DataGrid.
I didn't understand how to do it or if it even possible.
Thanks :)
how can I change the Clear button Colour (X) ?
Thanks
Hernando
Hey,
How can I fill my DataGrid with datatable?
I need just to show details in the datagrid and I dont want create new class for that.
When I set datatable as ItemSource it throws the following excpetion : System.InvalidOperationException: 'Specified data source not supported'
What should I do?
Thanks :)
Having some issues with column widths. I want to statitcally set the width of all my columns except one and that one I want to expand or contract based on the size of my grid as my UWP form is resized, etc. With a previous grid I simply set the width of all the static columns to a value and then set the column of my dynamic column to star. Star is not accepted by the column width property here and the size modes dont seem to have a value that accommodates this.
What am I missing?
Hello,
Do you have an example to unzip a zip with multiple files ?
I wish I could use ExtractToDirectory(string sourceArchiveFileName, string destinationDirectoryName), but it seems to not be available on Xamarin yet.
Thanks.
I am getting the following error in Release mode in my Xamarin.Forms iOS project :
Can't resolve the reference 'System.Void Xamarin.Forms.Internals.ResourceLoader/ResourceLoadingQuery::set_Instance(System.Object)', referenced from the method 'System.Void Telerik.XamarinForms.Chart.TelerikThemeStyles::InitializeComponent()' in 'Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
I have tried various versions of Xamarin.Forms [from 3.6 to latest 4.4] to check the compatibility with this and recent Telerik packages but nothing seems to be working.
I have downloaded the ERP sample application and service. I am running the service and changed the ApplicationURL to the service URL.
When I run the Application I am getting the following error: MvvmCross.Exceptions.MvxIoCResolveException: 'Failed to construct ErpService'
Any ideas what I am missing setting up?
Thanks -Tim
Hi,
recently I received crash with describe Unable to activate instance of type Telerik.XamarinForms.InputRenderer.Android.Button.ExtendedAndroidButton.
Below stack trace pasted.
Is it known issue, or ho to find out where this exception was happen?
I got this crash first time after update XF and Telerik.UI.
XF:4.3.0.947036
Telerik:2019.3.1023.1
Sory, but code formatter doesn't work for me here.
Xamarin Exception Stack: System.NotSupportedException: Unable to activate instance of type Telerik.XamarinForms.InputRenderer.Android.Button.ExtendedAndroidButton from native handle 0xbef5af20 (key_handle 0x7b876d1). at Java.Interop.TypeManager.CreateInstance (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type targetType) [0x00182] in <20c7915d69a7451ba5dddbb52e8ee0c2>:0 at Java.Lang.Object.GetObject (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type type) [0x000c1] in <20c7915d69a7451ba5dddbb52e8ee0c2>:0 at Java.Lang.Object._GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00017] in <20c7915d69a7451ba5dddbb52e8ee0c2>:0 at Java.Lang.Object.GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00000] in <20c7915d69a7451ba5dddbb52e8ee0c2>:0 at Android.Views.View+IOnClickListenerInvoker.n_OnClick_Landroid_view_View_ (System.IntPtr jnienv, System.IntPtr native__this, System.IntPtr native_v) [0x00009] in <20c7915d69a7451ba5dddbb52e8ee0c2>:0 at (wrapper dynamic-method) Android.Runtime.DynamicMethodNameCounter.44(intptr,intptr,intptr) --- End of inner exception stack trace --- System.MissingMethodException: No constructor found for Telerik.XamarinForms.InputRenderer.Android.Button.ExtendedAndroidButton::.ctor(System.IntPtr, Android.Runtime.JniHandleOwnership) at Java.Interop.TypeManager.CreateProxy (System.Type type, System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00055] in <20c7915d69a7451ba5dddbb52e8ee0c2>:0 at Java.Interop.TypeManager.CreateInstance (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type targetType) [0x00116] in <20c7915d69a7451ba5dddbb52e8ee0c2>:0 --- End of inner exception stack trace --- Java.Interop.JavaLocationException: Exception of type 'Java.Interop.JavaLocationException' was thrown. at Java.Lang.Error: Exception of type 'Java.Lang.Error' was thrown. at java.lang.Error: Java callstack: at md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonClickListener.n_onClick(Native Method) at md51558244f76c53b6aeda52c8a337f2c37.ButtonRenderer_ButtonClickListener.onClick(ButtonRenderer_ButtonClickListener.java:30) at android.view.View.performClick(View.java:6300) at android.view.View$PerformClick.run(View.java:24941) at android.os.Handler.handleCallback(Handler.java:790) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6639) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:583) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:870)
Xamarin.Forms 4.1.0.555619
Telerik.Ui.for.Xamarin 2019.3.1119.1
Hey,
I am trying to show a pdf from a stream via the pdfViewer,
<
Grid
>
<
Grid.RowDefinitions
>
<
RowDefinition
Height
=
"Auto"
/>
<
RowDefinition
/>
</
Grid.RowDefinitions
>
<
telerikPdfViewer:RadPdfViewerToolbar
PdfViewer
=
"{Binding Source={x:Reference pdfViewer}}"
>
<
telerikPdfViewer:ZoomInToolbarItem
/>
<
telerikPdfViewer:ZoomOutToolbarItem
/>
<
telerikPdfViewer:ToggleLayoutModeToolbarItem
/>
</
telerikPdfViewer:RadPdfViewerToolbar
>
<
telerikPdfViewer:RadPdfViewer
x:Name
=
"pdfViewer"
Grid.Row
=
"1"
Source
=
"{Binding DocStream, Mode=TwoWay}"
PageSpacing
=
"15"
MinZoomLevel
=
"0.2"
MaxZoomLevel
=
"5"
/>
</
Grid
>
The view renders but there is no pdf, just a grey blank screen, there is no crash however the console output gives the following;
Im thinking SkiaSharp? but at a loss as to a solution?
Failed to bind EAGLDrawable: <
CAEAGLLayer:
0x2866d0640> to GL_RENDERBUFFER 1
Failed to make complete multisample framebuffer object 8cd6
Failed to make complete framebuffer object 8cd6