cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X

Save list dropdown value

gvejandla
1-Newbie

Save list dropdown value

Hi,

I have a grid and a list drop down, depending on the value selected in drop down the grid will be sorted. Now if I select a value from drop down and navigate to another mashup and come back, drop down is showing the default value. I want to see the previous selected value for drop down. How can I do this?

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions

Hi Gautham,

For that you need to save dropdown selected value somewhere(in Session/Datatable).  And when you again back to that page, fetch that value from session/datatable and assign it to property “SelectedText” of dropdown.

View solution in original post

3 REPLIES 3

Hi Gautham,

For that you need to save dropdown selected value somewhere(in Session/Datatable).  And when you again back to that page, fetch that value from session/datatable and assign it to property “SelectedText” of dropdown.

Thank you Lalit,

Is there any way to remember selected row in a grid when navigating between tabs?

Top Tags