Multiselect with item template is not loading correctly

Multiselect with template item is not loading correctly as shown in the attached example

Attachment: Sample_Multiselect_5a3e8c8.rar

6 Replies 1 reply marked as answer

PM Ponmani Murugaiyan Syncfusion Team August 25, 2020 04:11 PM UTC

Hi NARWAL, 
 
Greetings from Syncfusion support. 
 
We have validated your reported query. We suggest you to increase the MaximumReceiveMessageSize in Startup.cs file in your applications to get rid of the reported issue.    
 
public void ConfigureServices(IServiceCollection services)  
        {  
            services.AddRazorPages();  
            services.AddServerSideBlazor();  
            services.AddSingleton<WeatherForecastService>();  
            services.AddSyncfusionBlazor();  
            services.AddSignalR(e =>  
            {  
                e.MaximumReceiveMessageSize = 1024000000;  
            });  
        }  
 
Output:  
 
 
 
 
Kindly check with the above sample. Please get back us if you need further assistance. 
 
Regards, 
Ponmani M 



NT NARWAL TECNOLOGIA SA August 26, 2020 01:37 PM UTC


Solved part of the problem, but sometimes the item descriptions don't appear in the popup.



PM Ponmani Murugaiyan Syncfusion Team August 28, 2020 03:27 AM UTC

Hi NARWAL, 

Thanks for the update. 

The reported issue can be resolved by increasing the MaximumReceiveMessageSize in Startup.cs file as per our previous update. Kindly check with the provided suggestion and please get back us if you need further assistance. 

Regards, 
Ponmani M 



NT NARWAL TECNOLOGIA SA August 28, 2020 04:48 PM UTC

I had already put the suggested value and even a higher value, but the problem of not showing the description of the items continues, as shown in the attached example.

Attachment: Sample_Multiselect_9e871c2b.rar


PM Ponmani Murugaiyan Syncfusion Team September 3, 2020 02:19 PM UTC

Hi NARWAL, 

Thanks for the patience. 

We have planned to consider this issue in our component improvement. This improvement will be available in our Volume 4 Main release scheduled on end of December 2020. We appreciate your patience until then.   
    
You can track the status from the below feedback. 
   

Regards, 
Ponmani M 



PM Ponmani Murugaiyan Syncfusion Team December 28, 2020 07:10 AM UTC

Hi NARWAL,  

Thanks for the patience. 

We are glad to announce that our Essential Studio 2020 Volume 4 release v18.4.0.30  is rolled out and is available for download under the following link.  
  
  
The fix for the reported issue “Performance enhancement in the MultiSelect component” is included in the above release.   


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,  
Ponmani M 


Marked as answer
Loader.
Up arrow icon