Using Templates in SfGrid in Batch mode

Hello,

So i'm trying to build a grid which is editable in batch mode. The grid uses templates in the grid columns. The problem i'm having is that i have custom templates for both the viewing part and the edit part. It looks as follows:


However when in batch mode the <Template> element in the grid column doesn't seem to be used at all, yet if i put the edit mode in normal the template is used.

Am i doing something wrong here?


Here is how it looks in the frontend. As you can see the list which should have been just string joined comma seperated is displayed as the type name instead (which it would do without a template)



1 Reply 1 reply marked as answer

VN Vignesh Natarajan Syncfusion Team September 29, 2021 09:52 AM UTC

Hi Bram,  
 
Thanks for contacting Syncfusion support.  
 
Query: “As you can see the list which should have been just string joined comma seperated is displayed as the type name instead (which it would do without a template) 
 
We have analyzed reported query and we suspect that you are using older version Syncfusion.Blazor NuGet package. We have fixed the similar issue in our weekly patch release 19.2.0.51 which is rolled out in month of August 2021.  
 
Please find the details regarding the release notes from below 
 
 
So kindly ensure the reported issue by upgrading to our latest version NuGet package 19.2.0.62 or minimum of 19.2.0.51 version to resolve the reported issue. Kindly get back to us if you have further queries or if you are still facing the reported issue.   
 
Regards,
Vignesh Natarajan
 


Marked as answer
Loader.
Up arrow icon