Hi Gyori Balazs,
Thanks for contacting syncfusion support.
Query1: UWP does not show footer
We have prepared a sample based on your code. In the sample we were unable to reproduce the reported issue "UWP does not show footer" from our side. Please download the sample from the following link.
If the issue still persist, could you please provide more information like reproduceable steps. It would be helpful for us to proceed futhur on this.
Query2: Android stops with nullreference exception. FooterView is null.
We are able to reproduce the reported issue in the version 15.3.0.33. But the reported issue has been fixed in the latest version 15.4.0.17. Could be please download the latest version of essential studio and check the following issue. Please revert us if you face any issues.
Regards,
Eswaran AT.
Hello Team,
I am facing the same issue.
I want to change the Footer Text color for Android platform as it shows green by default.
It shows default black for iPhone Devices.
I want to display, "Ok" and "Cancel" buttons with black as Text Color.
Following is the code I have written:
_filterPicker.FooterView = new StackLayout()
{
Children = { new Button() { Text = "Ok", BackgroundColor = Color.White, TextColor = Color.Black }, new Button() { Text = "Cancel", BackgroundColor = Color.White, TextColor = Color.Black } },
};
But it gives me NullReference Exception and App get crashed.
Please provide the solution for this.
Thanks & Regards,
Yogesh.