Skip to main content
1-Visitor
March 3, 2016
Solved

Save list dropdown value

  • March 3, 2016
  • 1 reply
  • 1884 views

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.

Best answer by

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.

1 reply

Answer
March 4, 2016

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.

gvejandla1-VisitorAuthor
1-Visitor
March 4, 2016

Thank you Lalit,

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

March 7, 2016