Hi:
I'd also like to make the RadzenDataGrid sticky. For example I'd like to keep columns hidden that the user selects, once they leave and then return to the grid page. I was planning on saving the Visible property in Local Storage and then resetting the grid when the user navigates back to the grid page. However, it looks like the Visible property is not what I need as it it more the default and the bool? _visible; property is set to false when the column is hidden. But that's not public so I can't use it. t
What property or how should I being doing this. The GetVisible() is internal, so can't use that.
Thanks JIm