Mapping of editor between JSON Schema and DataForm Editor: DataFormAutoCompleteEditor: autocomplete DataFormBooleanEditor: N/A DataFormCheckBoxEditor: checkbox DataFormCustomEditor: n/a DataFormDateEditor: datepicker DataFormDateTimeEditor: n/a DataFormTimeEditor: timepicker DataFormDecimalEditor: decimal DataFormEmailEditor: email DataFormIntegerEditor: integer DataFormListViewEditor: list DataFormMultilineTextEditor: n/a DataFormNumberPickerEditor: numberpicker DataFormPasswordEditor: password DataFormPhoneEditor: phone DataFormRadAutoCompleteEditor: n/a DataFormRadioGroupEditor: radio DataFormSeekBarEditor: seekbar DataFormSegmentedEditor: segmentededitor DataFormSpinnerEditor: picker DataFormSwitchEditor: switch DataFormToggleButtonEditor: n/a DataFormTextEditor: text
Available in the R2 2018 release.
Component for Xamarin.Forms for reading capabilities.
a label that support text formatting using HTML tags like <color>, <size>, <font>, <b>, <i>, <u>, <br>, <a>. Similar to the WinForms label (http://docs.telerik.com/devtools/winforms/panels-and-labels/label/html-like-text-formatting)
Need to have a control drap and drop for the update of status. Something similiar to TFS or Kanban control
Chart: [iOS] A needless label is displayed at the end for DateTimeContinuousAxis
Currently the LinearGauges are only available in Xamarin.Forms - add the control for Xamarin.Android too.
At the moment, our Xamarin.iOS/Xamarin.Android controls are not available in the respective toolboxes to be dragged and dropped on the phone design surface. Including them there will enhance the experience and avoid user confusion.
Client request for complete implementation of a DataForm CustomEditor, that uses a RadListView, to be added to the SDKBrowser examples.
This would preferably be implemented as a Numeric TextBox with a Currency mask (rather than just a Masked TextBox), because a Numeric TextBox would allow for limitations on min, max and step values. This scenario can be achieved with the RadNumericInput control by setting the "StringFormat " property as the control will get the culture specific symbols from the culture of the current thread. Available in minor release 2018.1.0315. It will also be available in the R2 2018 release.
Allow customers to style the controls in focused/unfocused states.
When there are only two items in the ItemsSource and users reorder them, the underlying collection is not reordered Edit: Avalable in R3 2017 SP release.
When configuring different layouts with images of different length and switching between them, the images are displayed incorrectly - in both layouts there are images with different length. Available in the R3 2017 release.
The iOS numeric auto range algorithm is not very human readable and sometimes it can calculate a step like 2810 (in which case 2000 or 5000 would have been much more readable). The algorithm needs to be improved, so that developers do not need to go and calculate ranges on their own.
Xamarin Forms needs a control with which you can build tinderstyle apps. In XF terms this would be a CarouselView that share you can do no-animated page shifts to simulate infinite scrolling. And optional page indicators would be nice to, for other app styles. Available in the R3 2017 release. More information you can find here: http://docs.telerik.com/devtools/xamarin/controls/slideview/getting-started/slideview-getting-started
Currently, the DataGrid's SelectionStyle uses a DataGridBorderStyle object. This doesn't have a TextColor property. This request is for the ability to have a different TextColor for rows that are selected. without the need for relying on the bound object values/triggers/etc.