TreeView works great in Debug mode, but doesn't display in Release mode

Using the treeview control works when I am running in debug mode, but it doesn't display at all when running in Release.  I've verified that I am getting data in both modes, it's just not displaying anything at all.  The other syncfusion controls on the page seem to work fine in either mode.


    <SfTreeView @ref="tree" TValue="LocalityViewModel" CssClass="myViewer"
                 AutoCheck="true" ShowCheckBox="true">
        <TreeViewFieldsSettings TValue="LocalityViewModel" Id="Id" DataSource="@localityViewModels"
                                IsChecked="IsChecked" Text="Name" ParentID="ParentId" HasChildren="HasSubFolders"
                                Expanded="Expanded"></TreeViewFieldsSettings>
    </SfTreeView>


1 Reply

MK Muthukrishnan Kandasamy Syncfusion Team May 25, 2020 06:16 AM UTC

Hi David, 
 
Thanks for contacting Syncfusion support. 
 
We have validated your reported problem in the Blazor TreeView component. We were unable to reproduce your reported problem, the TreeView component rendered fine in both debug and release mode. We have prepared sample for your convenience, please refer to the below link for the sample. 
 
 
We have also recorded video for your convenience, please refer to the below link for the video. 
 
 
Description 
Link 
Getting started 
Data binding 
Live demo 
API documentation 
 
 
If your reported problem still persists, please share some additional details to provide you prompt solution. 
 
1)     TreeView component rendering code block with data source. 
2)     If you are facing any console error, share the screenshots. 
3)     Share the issue reproducing steps. 
4)     If possible, please modify the attached sample to replicate the issue. 
5)     If possible, share the screen recorded video. 
 
Regards, 
Muthukrishnan K 


Loader.
Up arrow icon