Articles in this section
Category / Section

How to keep the UI state of the Listbox after pressing the back button?

1 min read

In order to maintain the UI state of the Listbox after pressing the back button, you can use the Syncfusion API called the PersistSelection. This can be achieved by setting the PersistSelection to true as given in the following code example.

HTML

<div data-role="ejmlistbox" id="defaultlistbox" data-ej-persistselection="true" data-ej-showheader="false"

    data-ej-allowscrolling="false">

    <ul>

        <li data-ej-text="Artwork"></li>

        <li data-ej-text="Mass"></li>

        <li data-ej-text="Folk"></li>

    </ul>

</div>

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied