Your website does not work very well

I have many problems with the Xamarin controls product.  It is compounded by the fact that when I go to your site to see what I can do I notice that the "Help us improve this page" link brings up a dialog, but putting information in and clicking Submit does nothing.  This dialog suffers from the same.  In the list of controls for example a problem I am trying to fix is with SfPopupLayout.  This does not exist in the list of controls.

The problem with SfPopupLayout is with the full screen setting.  To be blunt - it does not work.  Setting it to true does nothing.  I read where setting HorizontalOptions="FillAndExpand" and VerticalOptions="FillAndExpand" was a solution provided by SyncFusion but again this does nothing.  

I have a community license.  


6 Replies

LS Lloyd Sheen November 22, 2021 03:51 PM UTC

BTW the link which the Improve this page does not work is:


https://help.syncfusion.com/xamarin/popup/popup-size



SV Suja Venkatesan Syncfusion Team November 23, 2021 03:19 PM UTC

Hi Lloyd, 

Thank you for contacting Syncfusion support. 

We have checked your reported issue on our side. Please find the response for each issue below. 

1. Regarding issue “ "Help us improve this page" link brings up a dialog, but putting information in and clicking Submit does nothing.  This dialog suffers from the same” 
We have forwarded this query to the corresponding team. We will update the further details on November 25, 2021. We appreciate your patience until then   
2.  Regarding issue SfPopupLayout is with the full screen setting.  To be blunt - it does not work.  Setting it to true does nothing.  I read where setting HorizontalOptions="FillAndExpand" and VerticalOptions="FillAndExpand" 
We have checked the reported scenario in a simple SfPopupLayout sample by enabling IsFullScreen property. It is working as expected in our end. Unfortunately we are unable to reproduce the reported issue. The sample we have used to check the reported is available in the following for your reference. 


Please have a look at this sample and let us know if we have missed any customization you have done in your application. If not revert to us with a modified sample to reproduce the issue or provide the below mentioned details.  
                                                                    
  1. All the XAML and C# code snippet related to SfPopupLayout.
  2. Video or illustration of the issue, if possible.
  3. SfPopupLayout and Xamarin.Forms version.
  
Please revert to us with all the above requested details. It will be more helpful for us to find the exact cause for the issue and prompt solution at earlier.  



Regards, 
Suja. 



LS Lloyd Sheen November 23, 2021 08:30 PM UTC

I am also finding that certain things just do not work at all.  The best example is grouping for the sfListView.  I ended up copying the sample and that XAML does not work.

I realize I only have a community license but I now have a couple of people doing commercial work and they have asked me for an evaluation of the Syncfusion product.  With all the problems that I have found I cannot recommend this product for commercial work.

Even the website does not work correctly.  On doc pages there is a popup where you can post comments on the page.  Clicking submit does nothing.

The grouping problem - I have just copied the following into a sfListView:

                <sync:SfListView.DataSource>

                    <data:DataSource>

                        <data:DataSource.SortDescriptors>

                            <data:SortDescriptor PropertyName="ContactName" Direction="Ascending"/>

                        </data:DataSource.SortDescriptors>

                    </data:DataSource>

                </sync:SfListView.DataSource>


From that I get the following error:

Error XFC0009 No property, BindableProperty, or event found for "DataSource", or mismatching type between value and property. AwesomeApp C:\Visual Stuido Stuff\XAMARIN\AwesomeApp\AwesomeApp\Views\GameInfo.xaml 67


Any ideas on whether it works???


LS





LS Lloyd Sheen November 23, 2021 08:51 PM UTC

To add more SortDescriptions do not compile for sfListView either so this control is flawed.  I have copied many examples and none of them work.



SV Suja Venkatesan Syncfusion Team November 24, 2021 01:55 PM UTC

Hi Lloyd, 

We deeply regret for the inconvenience caused. 

1.Regarding issue “website does not work correctly”. 
 
We have forwarded this to the corresponding team and checked reported issue in our end. We have logged it as bug. We will let you know once we fixed the reported issue in our end. We appreciate your patience until then. 

2.Regarding reported issue “Grouping and Sorting for the sfListView”. 
 
We have checked both grouping and sorting operation of the listview , it works fine as expected in our end. The sample we have used to check the reported is available in the following for your reference.  
 

Please have a look at this sample and let us know if we have missed any customization you have done in your application. If not revert to us with a modified sample to reproduce the issue or provide the below mentioned details.   
                                                                     
  1. All the XAML and C# code snippet related to SfListView.
  2. Platform details(Xamarin.Forms.Android or Xamarin.Forms.iOS or Xamarin.Forms.UWP)
  3. SfListView and Xamarin.Forms version.

Please revert to us with all the above requested details. It will be more helpful for us to find the exact cause for the issue and prompt solution at earlier.   

Regards, 
Suja. 



SV Suja Venkatesan Syncfusion Team November 26, 2021 09:53 AM UTC

Hi Lloyd, 

Thanks for your patience. 

We have fixed the reported website related issue in Help us improve this page from our end. Please get in touch with us if you would require any further assistance.     

Regards, 
Suja. 


Loader.
Up arrow icon