not getting preivous filed value in ui

I am using angular with webix ,i have to button city and rank in footer.first in city controller i am selecting some value its displaying in one window after that i click my rank button again when i back to city page window value is not displaying.I want my previous value in my city page when i come back from another window can its possible if possible then ,plese give for this some sample.

Sorry, but it is not clear how the code must work in your case.

Can you show some sample, where wrong behavior can be checked?

Hello Maksim,

Well, once you see the snipet : http://webix.com/snippet/16e389f6, this is

1.When this page load, in the application this will load the account screen, where Right Side view is List and left is Form
2.When you select any film from right the selected data would be shown in right screen in form.
3.When you click Option button the same screen will come, with some Option in list in left side and once you click the option the options details will come in right side.

This whole process is happening through database, now when you click Accounts again the data will come from Database and select one of the accounts the selected details is showing, now when you click option and select some options the selected value again showing in right, now the problem is here, when we click again the Account tab, the page loads again and it load all the list items again from Database, we are loosing the old selected data from the list.

So the question is how we can retain the selected values, can you please give us an example as well, as data is dynamic and not going to be an static one.

Please let me know in case you need more information, I hope the above information is clear to understand the issue.

Are you using iframes to show the different screens by any chance ?

nope, if see the sample we are using the same exactly

In the above snippet, clicking on Options or Account button doesnt’ produce any changes.