

For example, the available float, money, interest, and other formats for numeric data, and custom formats for dates and times.

For example, when a user starts editing a cell, an on-screen keyboard for entering text or a calendar is automatically displayed on his tablet or smartphone, depending on whether he is editing string data or dates.īy the way, for each column you can set the display format of the values. Implemented several standard column types for data of various types: text, numbers, dates, images and values from the list ( TextColumn, NumberColumn, DateColumn, ImageColumn, PickerColumn ).Ability to export data from the grid, taking into account all applied settings (sorting, grouping, filters, calculated totals, etc.) in XLS, XLSX or CSV formats.All specified grid settings can be saved (for example, in an xml file) and then quickly restored again in the grid.So, under the cut you will find an overview of everything that Grid can do at the moment, as well as a small Getting Started. Together with it you will receive an application that demonstrates the basic functionality of GridControl.

This component can be used free of charge by downloading here.

Today we look at the result of our work, our first component for Xamarin.Forms is the Data Grid. In a previous article ( Features of development for Xamarin.Forms ) I talked about our experience in developing for the Xamarin.Forms framework, which allows you to create native user interfaces for three mobile platforms (iOS, Android, Windows Phone) using common C # code and XAML markup.
