Essential Studio for Xamarin.Android Release Notes
v13.3.0.7
October 1, 2015
Accordion
Feature
- #140303 - Accordion provides option to add new items dynamically by using the “addItem” method
Fix
- #144588 - While disabling the accordion item, it collapses.
AutoComplete
Fix
- #144071 - AutoComplete Text property will return its text
Calender
Fix
- #142758 - TwoWay binding is now working
Chart
Feature
-
Now chart supports to render all the pie and doughnut data points with in any sector.
-
Chart control adds support to change the angle of the data marker label.
-
Now Chart supports pyramid and funnel series.
Fix
- #142906 Auto scrolling will not be reset to end of the range when panning
Breaking change
- Now, Circular series end angle will not be adjusted based on the start angle, so the output will be like semi-circle instead of full circle. In order to render the complete circular series with customized start angle, you have to add the start angle value to end angle property now. This break will occur only if you have specified startAngle already.
Gauge
Fix
- #142788 - LabelFont is now working.
There is no change in this product.
There is no change in this product.
Grid
Feature
- Support for Exporting to Excel and Exporting to PDF has been provided.
NumericTextBox
Fix
-
#142686 - ValueChanged event will be firing once when value is changed
-
#142758 - TwoWay binding will work properly
-
#143551 - SoftKeypad will be displayed with first click
-
#142686 - Value changed event is firing twice issue is now resolved.
-
#143551 - NumericTextKey pad pops after second click issue is fixed.
RangeSlider
Feature
-
#140394, #140557 - ThumbInterval support and Separate events for RangeStart and RangeEnd support has been provided
-
#140548 - CustomLabel Support has been provided