
Is there a way to keep the popup open when the selected item changes?
I have a StackPanel of CheckBoxes in the ItemTemplate and I would like to let the user select more than one. However on selection the popup disappears.
Is there a way to keep the popup open when the selected item changes?
I have a StackPanel of CheckBoxes in the ItemTemplate and I would like to let the user select more than one. However on selection the popup disappears.
Hi Kyle,
If you are using ribbon:CheckBox, you could see if setting StaysOpenOnClick=true helps.
If not, please make a new simple sample project that shows the issue, and email that to our support address so we can debug it and see if there's a workaround. In your email, please reference this thread and rename the .zip file extension of what you send so it doesn't get spam blocked.
Thanks I see, I was using the native CheckBox so I had control of the style. Is there a way that I can change the Label to be something other then a string?
Sorry but the ribbon:CheckBox is made to follow the requirements of ribbon so the label is text-only there. You'd have to retemplate it to add other kinds of content.
Please log in to a validated account to post comments.