syncfusion / xamarin-showcase-emi-calculator

This repository contains a cross-platform demo application built using Xamarin.Forms and Syncfusion controls. This app helps users to calculate EMI for the given principal, interest and tenure.
65 stars 36 forks source link

Fixed issues #4

Open ismailsameer opened 5 years ago

ismailsameer commented 5 years ago

Interest is not calculated properly - Round off only last 2 digit. Fixed issue on export the statistics value. Value is not updated while change the value in sfnumericupdown - i have used enumeration property value changemode. this property is set it to onkeyfoucs. Fixed performance issue while navigate from home page to statistics page.