Skip to main content
11-Garnet
April 3, 2024
Solved

Questions about checkboxes

  • April 3, 2024
  • 1 reply
  • 3196 views

Hello everyone! I've already selected the first box, so how do I get the second box to auto-match based on the things I've selected in the first box?

企业微信截图_1712109609369.png

Best answer by Rocko

In that case the selectedItemsChanged event and the Selected Text would be bound to a service called e.g. "GetSubcategories". That service would deliver the right set of values for the second dropbox. The result of the service would be bound to the dropbox.

1 reply

16-Pearl
April 3, 2024

HI @Snoopy_hu ,

 

Please try with dropdown property of 'SelectedText'.

Arun_C_0-1712111277563.png

 

Thanks & Regards,

Arun C

 

 

Snoopy_hu11-GarnetAuthor
11-Garnet
April 3, 2024

Ok thanks, which property should I bind using the drop down property

16-Pearl
April 3, 2024

Binding should be like the below image.

Property - SelectedText from source Dropdown 1 to SelectedText of destination Dropdown  2.

Arun_C_0-1712112464670.png

Thanks & Regards,

Arun C