Hi Telerik,
I'm using C# and and RadPageView NavigationBar component for my WinForms application.
I think I'll give a background story first.
I implement a RadPageView with NavigationBar, and also implement a search bar between the hamburger menu and the RadPageView items
The item's is populated from a class
The "search menu" is used to filter the displayed menu
And when I clear the search menu's filter, the RadPageViewItems is re-loaded with the previous class data. But, it takes a long time due to a lot of records (FYI, i have ~1000 menus that equivalent to ~1000 RadPageViewItems)
Is it possible to improve the load speed? Like, maybe, any mechanism that stores the fully loaded menu as a local-storage in RadPageView's function/module that I should call when the search menu is cleared after it has been filled?
Thanks in advance!