Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1945
Multiple XamDataGrid and OutlookBar instances
posted

Hi

We would like to introduce the concept of workspaces in our application. A workspace consists of an OutlookBar (navigation), XamDataGrid (search) and content. For the implemention i can either:

1) Create new instances of OutlookBar and XamDataGrid or

2) Create 1 instance each of OutlookBar and XamDataGrid. Save / reload the data when switching workspace.

Am i right to assume that variant 2 is more performant than 1? If so can you suggest a loading and saving procedure?

Note: the content has been already taken care of and no need to be considered.