So, I would like to make a visible table with a border around each cell and a different background color for the title. I would like to insert controls into this. For example, place a text box inside one of the table elements or some radio buttons, etc. Is there any control for this?
I narrowed it down to two possibilities, but both of them seem to be "meh":
use Grid Control - I like it, but there is a way to color the border into a cell (I did not find this)
use DataGrid Control - this control is too complex for what I need.
I'm just looking for a html style table in silverlight, any ideas?
foreyez
source share