Telerik blogs
Null Values in Chart and Entry Selection in Telerik UI for Xamarin R3 2018 SP1_870x220

Check out all the latest updates in this Service Pack update to Telerik UI for Xamarin—null values in charts, selection in Entry and lots of improvements are here for Calendar, ListView and more.

Last month we published R3 2018 release of our Telerik UI for Xamarin suite with tons of goodies like scheduling capabilities in RadCalendar, financial and donut charts, expander, accordion, border, checkbox and new autocomplete control. Now, a month later the Service Pack is out featuring null values support in RadChart, selection in RadEntry and a ton of improvements across the suite.

Chart Null Value Support

With this service release, we have added null values support to our charting control. Now if the data source contains entries with null values, the chart will respect this and will not render anything, allowing the series to continue once valid values are available:

RadChart with null values

RadEntry Gets Selection Capabilities

We have also added an API to pre-select text within RadEntry. Use the CursorPosition and SelectionLength properties to control this.

this.radEntry1.CursorPosition = 13;
this.radEntry1.SelectionLenght = 8;

RadEntrySelection

These same APIs, can be conveniently utilized when you want to understand what the current selection is in the control.

In addition, based on your feedback we have made plenty of improvements to controls across the suite like Calendar, Chart, AutoCompleteView, DataGrid, DataForm, ListView, TreeView, MaskedInput, BusyIndicator.

Watch the R3 2018 Release Webinar

Did you watch the R3 2018 Release Webinar? Make sure not to miss all the updates, presented by our developer advocates Sam Basu (@samidip) and Ed Charbeneau (@EdCharbeneau).

Share Your Feedback

If you have not downloaded the release yet head our to your Telerik account or download a free trial to grab the bits and give them a try.

Start My Trial

We'd love to hear how this all works for you, so please let us know your thoughts by visiting our Feedback portal or by leaving a comment below.

Vesselin Georgiev
About the Author

Vesselin Georgiev

Vesselin Georgiev is a principal software developer at Progress on the Telerik Xamarin & UWP Team. He started here back in 2006 as a support officer on the ASP.NET team. Later, he moved to Silverlight, WPF, UWP, and Xamarin development but kept his passion for customer satisfaction. He also loves traveling, hiking and good food.

Related Posts

Comments

Comments are disabled in preview mode.