Grial-UI-Kit-Support
Grial-UI-Kit-Support copied to clipboard
This is our public repository for customers to report bugs about Grial UI Kit for Xamarin Forms
Hi, ///////////////////////////////////////////////////////////// //////////////////////////////////////////////////////// using System.Collections.Generic; using System.Collections.ObjectModel; using System.Globalization; using System.Windows.Input; using UXDivers.Grial; using Xamarin.Forms; namespace QlikApps { public class DashboardMultipleTilesViewModel : ObservableObject { private readonly Command _itemCommand; public ICommand...
Trying to write Unit Tests for the GrialKit 3.0 pages using Nunit, Moq and Xamarin Forms Mocks. On Init it is trying to register the init licensing for each platform...
When building my App solution in VS 16.1.3, I found in the build output that Grial theme synchronization is failing ### Description When building my App solution in VS 16.1.3,...
Hello @jpbrocca I am using Grial Kit UI in xamarin and implement a DataGrid Page, But i want to bind background color of each row in Grid data. This is...
When I change SelectedTabIndex in the model, the TabControl correctly shows that tab, but when there are many tabs on the screen, it doesn't scroll the Tab to show that...
Dear Grial UI Kit Team, Please, let me say that your product is great! I have done an app with one icon in some screen and two icons in others...
May you design an autocomplete control with custom filters ? Would be GREAT and USEFUL
i have added code to switch another page from the list item click. But pressing the items multiple times loads multiple pages. How to solve the issue? Thank You!
### Description When compile there is a lot of XA0106 warnings ### Steps to Reproduce 1. Download solution (starter or full) from grial admin site 2. Build debug configuration 3....