We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Custom LoadMore Button Example

Hi,

we have the problem, that the standard "Load More Button" hides the last row of our datagrid.
So we want to implement a custom "Load More View" to make the button smaller but in the example there is no implementation of the custom Load More View (https://help.syncfusion.com/xamarin/sfdatagrid/load-more).

Can you give me an example of how to implement a custom Load More View? 

Thank you!

Best wishes,
Maria




2 Replies

SK Shivagurunathan Kamalakannan Syncfusion Team September 17, 2019 02:34 PM UTC

Hi Maria, 
  
The support to set height and width for the load more view has not been provided. We have added “Support to set height and width for LoadMoreView” to our feature request list,  we considered to provide this support and logged feature request for the same. Also we don’t have any immediate plans to implement this feature. At the planning stage for every release cycle, we review all open features. We will let you know when this feature is implemented.  
 
You can also communicate with us regarding the open features any time using our Feature Report page.       
  
If you have any more specification/suggestions to the feature request, you can add it as a comment in the portal.     
  
Regards,  
Shivagurunathan  



FP Farjana Parveen Ayubb Syncfusion Team December 18, 2019 11:23 AM UTC

Hi Maria,  
 
We are glad to announce that our Essential Studio 2019 Volume 4 Release version 17.4.0.39 is rolled out with your requested “Support to set height and width for LoadMoreView” and is available for download under the following link.  
 
 
Please find the sample, screenshot, and code example for LoadMoreView support. Screenshot attached with this mail. 
 
 
Code Example:  
 
[C#] 
 
sfgrid.LoadMoreView.HeightRequest = 30; 
sfgrid.LoadMoreView.WidthRequest = 150; 
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.  
 
Regards, 
Farjana Parveen A 


Loader.
Live Chat Icon For mobile
Up arrow icon