SfListView ItemTemplate LoadTemplate Not always firing in IOS for MAUI

Hi

kridListView is Type SfListView

This code works always in Android, but not always in IOS

kridListView.ItemTemplate = new DataTemplate(() =>

 {

     var mainStack = GetStack(columns, false);

     UpdateHeaderList();

     return new ViewCell { View = mainStack };

 });


Line var mainStack = GetStack(columns, false);  is not always reached in IOS


1 Reply

SY Suthi Yuvaraj Syncfusion Team February 23, 2024 11:01 AM UTC

Hi Martin,

We have checked your query, we have created a sample with a simple load more samples, which works fine at our end. We have attached the sample for your reference. Please let us know if we have missed any customization that you have done in your sample.

Additionally, could you please provide the code snippets associated with LoadMoreTemplate, LoadMoreCommand, and the initial loading of items? We're particularly interested in understanding how items load initially and on subsequent LoadMore commands. Please let us know if you have any concerns.

Regards,

Suthi Yuvaraj


Attachment: SyncfusionMaui_d9d4d3ce.zip

Loader.
Up arrow icon