Multiple selected items that were selected become unselected when being filtered out. Steps to reproduce: 1 - Select multiple items 2 - Apply filter where some or all of the selected items are filtered out 3 - Remove filter Observe: 1 - The items that were previously selected have lost their selection state after returning 2 - Items that were not filtered, or selected while filter was active, retain selection state
AddEditorForProperty method is not respected, the default editor is used instead. As a workaround, please use SetEditorProvider method (https://docs.telerik.com/devtools/xamarin/nativecontrols/android/dataform/dataform-features) in order to create custom editors.
Add gesture support to DataGrid, similar to the gestures found in RadListView (reorder, tap and hold, item swipe, pull to refresh, etc).
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
Available in the 2018 R2 SP release.
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
xamarin forms on wpf is now official, https://docs.microsoft.com/en-us/xamarin/xamarin-forms/platform/wpf we need to support telerik on there aswell..
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
Maybe work with Frank A. Krueger https://twitter.com/praeclarum, to support RadGrid on Ooui platform. Or at least a more basic version of it!
Barcode reader which can scan a barcode and input it in an entry.
Allow customers to style the controls in focused/unfocused states.
Add controls to selecting dates/times that also support null or blank values. Currently the DatePicker control that is provided as part of Xamarin Forms doesn't allow for a null or blank date. Provide the ability to select date and time in single UI.
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.
ArgumentOutOfRangeException is thrown when using stacked AreaSeries with DateTimeContinuous axis and series source is not sorted by the DateTime values on UWP. In the same scenario the chart is not rendered correctly on Android. If not supported, the control should either handle this or throw a dedicated exception.