-1

I have a place holder in this radioGroup where I want the user to be able to edit the value. I am not sure the best way to do this and wanted to see any anyone has some ideas. I have some events but they dont look like anything that will change the value.

https://dojo.telerik.com/@mcdevitt/eFULiqeS

enter image description here

Jefferson
  • 173
  • 2
  • 12
  • 32
  • Welcome to Stack Overflow. Please provide a Minimal, Reproducible Example: https://stackoverflow.com/help/minimal-reproducible-example – Twisty Aug 22 '22 at 23:52

1 Answers1

1

Looks like the RadioGroup does not have a setOptions method implemented, so you will have to destroy the RadioGroup and re-initialize it with the desired options - example.

Aleksandar
  • 1,029
  • 5
  • 6
  • do I need the kendoMultiSelect any way to change the RadioGroup item to a label? – Jefferson Aug 23 '22 at 20:02
  • No, I used it just as an example for some random data to pass to the [items](https://docs.telerik.com/kendo-ui/api/javascript/ui/radiogroup/configuration/items) configuration of the RadioGroup – Aleksandar Aug 25 '22 at 07:07