I would like to have a RadioButtonList where each ListItem has associated image and text.
radiobtn img text
radiobtn img text
With the image and text aligned with the button, and the images and text of each button aligned as well. But any attempt to embellish a ListItem gives me errors that "ListItem cannot have children" or "Code render not allowed here" or the like. The fact that I cant find anything like this anywhere on the web makes me think that everyone does this kind of thing in some other manner and that its so obvious that no one feels any need to discuss it.
This is all in the context of one column in a DataGrid.
How would you accomplish this?
radiobtn img text
radiobtn img text
With the image and text aligned with the button, and the images and text of each button aligned as well. But any attempt to embellish a ListItem gives me errors that "ListItem cannot have children" or "Code render not allowed here" or the like. The fact that I cant find anything like this anywhere on the web makes me think that everyone does this kind of thing in some other manner and that its so obvious that no one feels any need to discuss it.
This is all in the context of one column in a DataGrid.
How would you accomplish this?