Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi ,
when mashup load auto select first row even when MultiSelect checkbox selected in Properties of dropdown. how to do this because Auto select first row not exist when use Multi select .
Thanks,
Solved! Go to Solution.
I have reproduced the issue described in TWX 9.3.7. As soon as "multi select" is enabled the Auto-Select option disappears and is also not working (I would expect that).
I think it works as it was intended. If you want one or more items selected you need to bind the "SelectedItems" property of the Dropdown with a source that returns your desired "pre"-selection.
Hello @VS_10550403 ,
I have tried reproducing the issue on my end and it is not reproducible. Per your description, You cannot autoselect after selecting the multiselect in dropdown widget. Try using the reverse approach. You can first autoselect and thn multiselect the properties of said widget. Also, Make sure the infotable you are using to bind does not have any first row selected.
Let me know if this works for you.
Regards
Bhawna
Hi @bchaudhary
It's not working even I tried first "AutoSelect " and then "MultiSelect" in Widget properties and about infotable there is no first row selected.
Could you check if there is another way to do this?
Thanks,
VS
I have reproduced the issue described in TWX 9.3.7. As soon as "multi select" is enabled the Auto-Select option disappears and is also not working (I would expect that).
I think it works as it was intended. If you want one or more items selected you need to bind the "SelectedItems" property of the Dropdown with a source that returns your desired "pre"-selection.