Unplanned
Last Updated: 16 Aug 2022 13:42 by ADMIN
Created by: Chris
Comments: 1
Category: RichTextEditor
Type: Feature Request

Hello Telerik.

Currently using your RichTextControl and it is working well.

One feature I would love is if the source and output could also be markdown.

Currently you only support the source as HTML as well as the output is HTML.

 

I am storing the data in markdown for various reasons and the constant conversion to and from markdown/HTML would be nice to avoid.

Regards

Chris ....

Unplanned
Last Updated: 15 Aug 2022 14:00 by Ruchira
When typing text inside the editor with for example Times New Roman font family, then exporting the document to RTF and importing it to HTML, the font family does not apply. 
Unplanned
Last Updated: 12 Aug 2022 09:57 by Ruchira

1) We inserted one image in Rich Text Editor. Here the original size was 100%.
2) We resized the image, i.e. reduced the size to 50%, 30%, 10%, etc.
3) After reducing size we fetched the HTML through GetHTML() method.
4) We converted the HTML string into an RTF string.
5) Again converted RTF to HTML string.

6) Image size is not updated to 50/30/10%,  it has different width and height.

Unplanned
Last Updated: 26 Jul 2022 08:07 by Alexander

Draw several polygons, polylines and markers on the map with code.

Provide user interactions, such as tap on polygon, drag a marker, etc,

Unplanned
Last Updated: 22 Jul 2022 11:29 by a.baptiste
We are concerned that if the user uses a white background image, the borders would be hard to see,
Provide an option to change the colors of the crop geometry
Unplanned
Last Updated: 21 Jul 2022 20:56 by ADMIN
Created by: Jason
Comments: 1
Category: Barcode
Type: Feature Request

Hi Team,

We would love to be able to have support for placing a small logo in the middle of the QR code. Similar to the cross in the Swiss QRCode, but of our own design.

Thank you,

Jason

Completed
Last Updated: 21 Jul 2022 13:19 by ADMIN
Release R1 2021 SP1

When building against XF5 and after migrating a project you can get the following error:-

SeverityCodeDescriptionProjectFileLineSuppression State
Errorfailed linking file resources.App1.Android
Error'5dp' is incompatible with attribute verticalOffset (attr) float [weak].App1.Android
Error'10dp' is incompatible with attribute horizontalOffset (attr) float [weak].App1.Android

It appears to be a conflict between

<PackageReferenceInclude="Xamarin.Google.Android.Material"Version="1.2.1.1" />

and Telerik assemblies.

If a dummy app is built with that Nuget it all works fine until the Nuget

<PackageReference Include="Telerik.UI.for.Xamarin" Version="2021.1.119.1" />

is added.

So you can have one or the other but not both.

Please see this GitHub thread where its discussed more and a sample app is posted.

(I am user Gmotagi in it)

https://github.com/xamarin/Xamarin.Forms/issues/13303

 

 

 

 
Unplanned
Last Updated: 21 Jul 2022 12:56 by Ernest
Created by: Ernest
Comments: 0
Category: Entry
Type: Feature Request

Add a password strength indicator/meter for the Entry control similar to the one in ASP.NET AJAX TextBox:

Demos: Telerik Web UI TextBox Password Strength Checker Demo | Telerik UI for ASP.NET AJAX

Docs: Telerik Web Forms Password Strength Checker - RadTextBox | Telerik UI for ASP.NET AJAX

Unplanned
Last Updated: 21 Jul 2022 06:39 by Nishant
In the RichTextEditor, we need an event when the user scrolls the page. Once the user scrolls to the end, we need an event that the scroll has ended.
Unplanned
Last Updated: 21 Jul 2022 05:35 by Ruchira
Created by: Xu
Comments: 3
Category: RichTextEditor
Type: Feature Request

Currently, It's quite difficult to detect whether the text has been changed after the control is loaded completely.

And TextFormattingChanged event can not be raised when the text content is changed while text format isn't.

 

Unplanned
Last Updated: 04 Jul 2022 13:21 by Nir
Currently as soon as the RichTextEditor receives the focus, the system keyboard pops up. The request is to provide a way to suppress the keyboard when the editor gets focused.
Unplanned
Last Updated: 04 Jul 2022 13:09 by Nir
Created by: Nir
Comments: 0
Category: RichTextEditor
Type: Feature Request
Add a visual keyboard component rendered on the screen that mimics keyboard interactions (instead of the system keyboard).
Unplanned
Last Updated: 24 Jun 2022 10:40 by Martin

On Android when adding new item to the ListView which is RadExpander with RadListView inside it, and when removing and adding item with different length the cell is not measured correctly. 

On iOS the ListView cell are not automatically sized. one height for cell is used

On UWP when adding the second item the app crashes with "System.ArgumentException: An item with the same key has already been added. Key: SDKBrowser.Examples.ListViewControl.GettingStartedCategory.GettingStartedExample.Product\r\n   at System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException(Object key)\r\n   at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)\r\n   at Telerik.UI.Xaml.Controls.Data.ListView.Model.BaseLayoutStrategy.RecycleLocally()\r\n   at Telerik.UI.Xaml.Controls.Data.ListView.Model.BaseLayout"

Unplanned
Last Updated: 23 Jun 2022 21:03 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 2
Category: UI for Xamarin
Type: Feature Request
Barcode reader which can scan a barcode and input it in an entry.
Completed
Last Updated: 22 Jun 2022 11:49 by ADMIN
Release R2 2022 SP1
Created by: Marc
Comments: 2
Category: DateTimePicker
Type: Feature Request

I'd like it to work like the Telerik ListPicker control, which has the available setting IsLooping = false.

Completed
Last Updated: 22 Jun 2022 11:41 by ADMIN
Release R2 2022 SP1

DataBindingComplete event of the DataGrid should be fired when the associated data (ItemsSource) has been successfully bound to the control or any data operation like Group, Sort or Filter is applied.  Currently the event handler is not called as expected.

 

Completed
Last Updated: 22 Jun 2022 11:40 by ADMIN
Release R2 2022 SP1
When SignaturePad is placed inside a ScrollView, drawing lines in scroll direction inside the plot area is not working, even if the scroll view is not scrolling. Line disappears after couple of points drawn.
Unplanned
Last Updated: 21 Jun 2022 13:52 by ADMIN
Good day,

I noticed that the corner radius does not effect the button border.   Is there a work around to have rounded button border for iOS.  I've attached the code used to define the one button on the screen.


 <Grid BackgroundColor="{StaticResource LightGrey}"> <Grid.RowDefinitions> <RowDefinition Height="Auto" /> <RowDefinition Height="Auto" /> <RowDefinition Height="*" /> </Grid.RowDefinitions> <controls:FaSearchBar Grid.Row="0" Margin="20" x:Name="searchBar" TextColor="{StaticResource Black}" Text="{Binding SearchText}" Placeholder="{Binding Localize[TextSearchFulfillment]}" PlaceholderColor="{StaticResource DarkGrey}" BackgroundColor="{StaticResource LightGrey}"> </controls:FaSearchBar> <Grid Grid.Row="1" BackgroundColor="{StaticResource White}"> <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto" /> <ColumnDefinition Width="*" /> <ColumnDefinition Width="Auto" /> </Grid.ColumnDefinitions> <Label Grid.Column="0" Text="21 Pending Orders" Style="{StaticResource SecondaryTextLabel}" VerticalOptions="Center" Margin="20,0,20,0"/> <Label Grid.Column="1" Text="Last synced on: June 3, 09:41 AM" Style="{StaticResource SummaryTextLabel}" TextColor="{StaticResource DarkGrey}" HorizontalOptions="EndAndExpand" /> <telerikInput:RadButton Grid.Column="2" Text="Sync Now" TextColor="{StaticResource DarkGrey}" HorizontalOptions="EndAndExpand" Margin="20,10,20,10" BorderThickness="2" CornerRadius="10" BorderColor="{StaticResource LightGrey}"> <telerikInput:RadButton.ImageSource> <FontImageSource Size="Small" FontFamily="{DynamicResource FontAwesome5ProRegular}" Glyph="{x:Static xaml:Icons.Rotate}" Color="{StaticResource DarkGrey}" /> </telerikInput:RadButton.ImageSource> </telerikInput:RadButton> </Grid> </Grid>

Unplanned
Last Updated: 17 Jun 2022 10:45 by Tom
When users trigger a swipe gesture of a ListView item and there is a change from code at that time, the UI is not updated immediately, but when the item is swiped back.
Unplanned
Last Updated: 16 Jun 2022 15:19 by Rodney
Currently, the keyboard is shown/hidden on GotFocus/LostFocus, provide a way to override the default implementation and manually control whether the keyboard should be hidden on LostFocus.