Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I've been working with Syncfusion controls and Blazor since the beginning and for what I understand about the SfGrid control it will save the grid layout in the browser buffer if "EnablePersistance" is set to true, but it does not requires an "ID" to be set as well. This will create endless entries in the buffer with random grid names, if the ID is not entered,causing a buffer overflow (in the browser) message at some point. I have searched my entire app with more than 100 grids and make sure that if the "EnablePersistance" is true, then there is an ID for the related grid. Right now, even though all the grids have an ID I am still getting random entries, as per the attached picture. I think that if the "EnablePersistance" is set to true and there is no ID the random entry should be placed in the ID property instead. Or before accepting the changing in the
