Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

While resizing the window sometime, or when the SfDataGrid loads some data, SfDataGrid raises exception with the message -- “Layout cycle detected. Layout could not complete.” I did some research and see such type of issue exist in MAUI ScrollVIew/ListView/CollectionVIew (when resizing the window to be smaller than the displayed region of the data) in WinUI3. 

But in my case of using SfDataGrid, no matter how big the initial window is, the Layout Cycle Exception issue got raised randomly (I ran it many times but failed to notice any patterns).

Please check the attachment. Thanks.