I must be missing something very basic here. I added a RadToggleSwitch to my form and I want it to slide between On and Off like this:
I would have thought that this code would do it:
radToggleSwitch1.OffElement.Text = "Off"; radToggleSwitch1.OnElement.Text = "On";
However, its appearing like this:
I'm sure I'm missing something simple. Any ideas?
Thanks
Carl
