cancel
Showing results for 
Search instead for 
Did you mean: 

ViewSettingsDialog does not keep selection

Former Member
0 Kudos

Hi,

I am using the ViewSettingsDialog with a multi-select filter. When I check some items and then apply the filter, the dialog does not keep the checkboxes checked. They are unchecked when the filter matches items. If the ODATA query returns no result, the dialog remembers selection.

I posted a minimal example on JSBin :

http://jsbin.com/qozusiwu/3/edit

What should I do to remember selection ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I upgraded to 1.20 and now it works.

Former Member
0 Kudos

Hi Thibaud,

I have same issue where in i have added ViewSettingsDialog  and the filter functionality works fine.But when i again open the filter dialog box it does not keep the boxes checked.Do i need to set the property somewhere.

I am doing the development on SAP Web IDE.


Regards

Radhika

former_member182862
Active Contributor
0 Kudos

AFAIK, you need to track the selected items like this

JS Bin - Collaborative JavaScript Debugging