Hi Everyone,
I have a datatable with a bunch of options in it, some marked "assignable", so not. I'm trying to dynamically create a radiobuttonlist with all the options listed, but the ones marked as not assignable without an actual radio button. IE, I don't want to gray out the radio button, I don't want it to appear at all, but still have the text appear as it would normally.
So far I haven't found a way to programmatically hide just radio button itself. Any ideas?