Unplanned
Last Updated: 13 Feb 2024 12:22 by Amitesh
NSInternalInconsistencyException Reason: Invalid batch updates detected error is thrown in the ListView if you update the ItemsSource (clear it and add new items) simultaneously  ( from separate threads, by receiving messages through MessagingCenter)
Unplanned
Last Updated: 19 Nov 2023 12:43 by Shalin
Created by: Shalin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Provide a way to display all-day appointments by expanding the all-day area
Unplanned
Last Updated: 30 Oct 2023 07:44 by Afshin
Created by: Afshin
Comments: 0
Category: DataGrid
Type: Feature Request
0
Provide a RowStyleSelector property to the DataGrid control.
Unplanned
Last Updated: 26 Jun 2023 05:48 by Jiri
I need suggestion view wider than entry. Provide SuggestionView width property for AutoComplete. 
Unplanned
Last Updated: 31 May 2023 06:00 by Nathan
Created by: Nathan
Comments: 0
Category: SegmentedControl
Type: Feature Request
0
Provide an option to change the background color of the disabled segment. 
Unplanned
Last Updated: 05 Apr 2023 14:45 by JJ
Created by: JJ
Comments: 0
Category: TreeView
Type: Feature Request
1
 implement a cell Swipe-like behavior as exists in the ListView
Unplanned
Last Updated: 29 Mar 2023 18:01 by Rodney
Created by: Rodney
Comments: 0
Category: DataGrid
Type: Feature Request
1

Hi Team,

Currently, you have ScrollItemIntoView support. However, that does not work unless you have rows and a reference to the data item.

I need an explicit mechanism to pick a specific X/Y cell position, or at least a column index, that can be scrolled to so that I can have horizontal scrolling capability.

For example, imagine a DataGrid that has only one row, but a 100 columns, I would like to be able to do this:

// Option 1 - Use the ItemsSource column reference
var dataTableColumn = this.myDataTable.Columns[50];
this.MyDataGrid.ScrollIntoView(dataTableColumn);

// Option 2 - Better!  
// This supports any possible data source type
var telerikColumn = this.MyDataGrid.Columns[50];
this.MyDataGrid.ScrollIntoView(telerikColumn);

// Option 3 - Ideal
// Useful for every possible occasion
var x = 5;
var y = 12;
this.MyDataGrid.ScrollIntoView(x, y);

 

Unplanned
Last Updated: 19 Dec 2022 09:35 by Günter
For example inside the popup on first place the time selector could be defined.
Unplanned
Last Updated: 05 Dec 2022 12:34 by Milan

Currently there are areas in the MultiDayView that cannot be styled using the background color.  Provide an option to set a background color to the entire the MultiDayView:

Unplanned
Last Updated: 05 Dec 2022 08:25 by Nikita
Expose an option to change the indeterminate indicator's width
Unplanned
Last Updated: 18 Nov 2022 17:13 by Matthew
Created by: Matthew
Comments: 0
Category: Chart
Type: Feature Request
0
Add support for range series. The series are available in the native charts
Android - RangeBarSeries 
iOS RangeBar and RangeColumn Series
UWP RangeBar, Range Series.

Please add these series to Chart for Xamarin.Forms. 
Unplanned
Last Updated: 23 Oct 2022 08:55 by Shalin
Created by: Shalin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
I want to change the button style, icon, etc. Provide an option to style the add appointment button.
Unplanned
Last Updated: 06 Oct 2022 13:32 by Sasi
Created by: Sasi
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
0
Add appointments indicators in the date area of the multi day view, similar to week, day, month view modes. 
Duplicated
Last Updated: 06 Oct 2022 05:05 by ADMIN
Created by: nirbhay
Comments: 1
Category: Chart
Type: Feature Request
0
Currently there is no way to configure chart tooltip via xaml
Unplanned
Last Updated: 16 Aug 2022 13:42 by ADMIN
Created by: Chris
Comments: 1
Category: RichTextEditor
Type: Feature Request
0

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: 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
Created by: a.baptiste
Comments: 0
Category: ImageEditor
Type: Feature Request
0
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
1

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

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

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.
1 2 3 4 5 6