Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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.
Solved! Go to Solution.
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.
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?
Hi Gautham,
following link may help you.