Blazor SfMultiSelect SfDataManager

How to refresh data using c# code when using SfDataManager on SfMultiSelect?

<SfMultiSelect TValue="List<int?>" TItem="SimpleList" Mode="@VisualMode.CheckBox" @bind-Value="@TypeId" AllowFiltering="true" Placeholder="Types" FloatLabelType="FloatLabelType.Always">
     <SfDataManager AdaptorInstance="@typeof(TypeSimpleListAdaptor)" Adaptor="Adaptors.CustomAdaptor" />
     <MultiSelectFieldSettings Text="Name" Value="Id" />
</SfMultiSelect>

@code
{
     SfMultiSelect<List<int>, SimpleList>  _countryId;
}

_countryId.Refresh(); not available.



3 Replies

SN Sevvandhi Nagulan Syncfusion Team June 14, 2021 11:50 AM UTC

Hi Ashimaz,    


Greetings from Syncfusion support.   


We would like to inform you that, we don’t have inbuilt support to refresh the data source in custom adaptor. We have considered this as a feature and logged a feature task “Data reloading support in CustomAdaptor” for this requirement. We have planned to implement this and include this feature in any of our upcoming releases.     
     

To make it count, please cast your vote. We will prioritize the features based on the demands of each release. If you have more specifications / suggestions on the request for the feature, you can add it to the portal as a comment.    


You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.     
   
   

  
   
Please get back to us if you need further assistance.    


Regards,   
Sevvandhi N 



AS ashimaz replied to Sevvandhi Nagulan June 14, 2021 11:57 AM UTC

Hi Ashimaz,    


Greetings from Syncfusion support.   


We would like to inform you that, we don’t have inbuilt support to refresh the data source in custom adaptor. We have considered this as a feature and logged a feature task “Data reloading support in CustomAdaptor” for this requirement. We have planned to implement this and include this feature in any of our upcoming releases.     
     

To make it count, please cast your vote. We will prioritize the features based on the demands of each release. If you have more specifications / suggestions on the request for the feature, you can add it to the portal as a comment.    


You can now track the current status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link.     
   
   

  
   
Please get back to us if you need further assistance.    


Regards,   
Sevvandhi N 


Voted & Thanks, I think all components should have this feature inbuilt.

Looking forward for this feature, now I have to reload page to update reload SfMultiSelect data.



SN Sevvandhi Nagulan Syncfusion Team June 15, 2021 05:08 AM UTC

Hi Ashimaz, 



Thanks for your update. We will let you know once the feature has been implemented. We appreciate your patience until then. 


Regards, 
Sevvandhi N 


Loader.
Up arrow icon