cancel
Showing results for 
Search instead for 
Did you mean: 

TableSelectDialog rememberSelections="true" properties doesnt work in edit

aimnhsni
Explorer
0 Kudos

Hi expert Im working on TableSelectDialog which im using rememberSelections="true" to automatically checked the checkbox when user trying to change the selection, but when the selection is updated and stored in database, and user need to edit the selection, the checkbox doesnt automatically checked the selection, is this the default behaviour?

Thanks,

Aiman Zazani

Accepted Solutions (0)

Answers (1)

Answers (1)

Shruthi29
Explorer
0 Kudos

Hi aimnhsni,

sap.m.TableSelectDialog - API Reference - Demo Kit - OPENUI5 SDK

TableSelectDialog -> rememberSelections

Once check this it contains several examples which might solve your requirement.

Thanks,

Shruthi.

aimnhsni
Explorer
0 Kudos

Hi Shruthi,

I already use rememberSelections, it works for remembering selection before the selection is stored in the database, However, after I try to edit the selection and open the dialog fragment, it doesnt checked the selection.

Thanks,

Aiman Zazani