Ok here goes... I have a RadGrid on my page. When the Grid gets rendered each item has alternating backcolors. So the items backcolor is gray, white, gray, white... and so forth. This is set by the skin. I did not configure anything specifically regarding the alternating item style.
Now the grid also contains a template column that contains a RadListBox control. I wrote code that puts listitems in that ListBox. Here's the problem though... the backcolor of the ListBox is white. So whether the griditem's backcolor is white or gray, the listbox backcolor is still white. No problem on the white griditems, but on a gray griditems, its doesnt look good. I want the backcolor of the Listbox to be the same as the backcolor for the particular griditem its in. So if the griditem's backcolor is gray, then I want the ListBox to have a gray backcolor. If the griditem's backcolor is white, then I want the ListBox to stay with a white backcolor. I am trying to get a look where the user doesn't see a Listbox, but thinks its just part of the data on that griditem.
Any suggestions.
DB
Now the grid also contains a template column that contains a RadListBox control. I wrote code that puts listitems in that ListBox. Here's the problem though... the backcolor of the ListBox is white. So whether the griditem's backcolor is white or gray, the listbox backcolor is still white. No problem on the white griditems, but on a gray griditems, its doesnt look good. I want the backcolor of the Listbox to be the same as the backcolor for the particular griditem its in. So if the griditem's backcolor is gray, then I want the ListBox to have a gray backcolor. If the griditem's backcolor is white, then I want the ListBox to stay with a white backcolor. I am trying to get a look where the user doesn't see a Listbox, but thinks its just part of the data on that griditem.
Any suggestions.
DB