Hello Radzen Team
Really enjoy the new features for grouping a RadzenDropDown with multiple selection. Just want to give some feedback for problems i have encountered when using it.
I have used this #multiple-selection example from your site and adjusted it to my needs.
-
The
AllowClear="true"does clear the selected items, however when opening the dropdown, all the items are still checked in the checkboxes (this occurs in your example also). -
I have been unable to make the dropdown work with any of your Validators when its inside a submit form. I have tried both with a
<RadzenFormField>and just plain example without. -
When the dropdown is open, i have to click the actual checkbox for it to check/uncheck. I am unable to click the corrosponding text to do it (like in the normal multiple select dropdown example).
-
Using the
TextProperty=""on the DropDown does also seem to behave in a wired way. It seems it tries to find the property ofData=@groupedDatacollection instead of theValue=@values TValue="IEnumerable<int>"collection (when using complex objects instead of primitive types).
Thanks in advance and have a nice day.