Dispose error

Hi 

After update to version 19.4.0.42

I get error when call Dispose method calling Dispose TreeGrid, this not happend with anterior versions.


In my view

 <SfTreeGrid @ref="treeUbicacion" DataSource="@dsUbicacion"

...

</SfTreeGrid>


in my code

        void IDisposable.Dispose()

        {

            treeUbicacion?.Dispose();

            Dialog?.Dispose();

            filemanager?.Dispose();

        }

Please help!




1 Reply

FS Farveen Sulthana Thameeztheen Basha Syncfusion Team January 13, 2022 04:02 PM UTC

Hi Jose, 

Greetings from Syncfusion Support. 

Query#:- I get error when call Dispose method calling Dispose TreeGrid, this not happend with anterior versions. 
 
We have checked your query and prepared sample using Dispose method but we are unable to replicate the problem at our end at version 19.4.42 and also with older versions. Refer to the sample Link:- 

We need some more additional details to find the cause of the issue. Share us the following details. 

  1. Complete TreeGrid code example.
  2. Share StackTrace of the Error you have faced.
  3. Screenshot/Video demo to replicate the issue.
  4. Have you faced the issue at Initial rendering or performing any actions?
 
Regards, 
Farveen sulthana T 


Loader.
Up arrow icon