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.
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 2018 R2 SP release.
Available in minor release 2018.3.1109. It will also be available in the R1 2019 release.
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.
Using Visual Studio for Mac, added packages using telerik nugget server, added radCalendar in xaml code. preview crashes and exception report window pops up.
When the Telerik Xamarin toolbox is in a partial-height tab (i.e. half the height), there isn't a scrollbar to see the off-screen controls. Workaround: Make the toolbox full height of the tab to see all the controls. Here's a video demonstrating https://www.screencast.com/t/cUjIC0sx4
SlidedToIndex event is triggered from a non-UI thread which forces the users to use Device.BeginInvokeOnMainThread
Provide a ComboBox-like filtering functionality. With the current feature set, this might be achieved by simply allowing all the items to be visible in the SuggestionsView when the Entry is focused (instead of showing no results until filtering has started)
I have a RadLegend that is within a portion of the UI that has its visibility toggled with IsVisible. The logical tree is as follows (it's a custom styled tab UI): MasterDetailPage -> Detail -> ContentPage -> StackLayout -> Grid (IsVisible bound to "ShowData") -> StackLayout (IsVisible bound to "ShowCategoryData") -> StackLayout -> RadLegend Sometimes it's visible, sometimes it disappears after one of its parent control's visibility changes, sometimes it reappears. Not sure what the rhyme or reason is on when it happens. Seems to happen more on iOS than on Android, but I've seen it happen on both. Full XAML for the page it happens on is attached.
Available in minor release 2018.3.1122. It will also be available in the R1 2019 release.
The SelectionChanged event of the ChartSelectionBehavior is fired twice for a single selection change
When trying to build the QSF example on GitHub, an error occurs due to The IHiearchyAdapter still being used in :
TreeView - First Look Example and Customizations Example.
The Error Message is Error CS0122: 'IHierarchyAdapter' is inaccessible due to its protection level (CS0122) (QSF)
We can build on our personal development environments without issue. The issue is only on the Azure DevOps build server. We believe this to be related to a version incompatibility. Possibly the build server is attempting to reference an old library. We are seeing the issue on both iOS and Android builds.
This issue is well documented here:
https://www.telerik.com/forums/can%27t-resolve-the-reference-%27system-object#wNK1sRy19UOhttFJzbEshQ
Our version info:
- Build server is using Microsoft's hosted agent with Visual Studio for Mac 7.7.4.1 (attached file with all software installed on the host build-host-software.txt)
- App is on version 3.4.0+
- Referenced libraries use .NET Standard 1.6 and 2.0
- Xamarin.Forms app is hosted in a .NET Standard 2.0 library
Could we get a hold of an older compatible version of the software that can work with our version if there is no workable solution here ?