Click to See Complete Forum and Search --> : datagrid using css


chanman
05-26-2005, 05:33 PM
Hello,

I am using a datgrid control in .Net and am having trouble with setting the font size of the items in the datagrid. In design view, I have tried it two ways with a change through the properties panel by selecting a font size or by calling a cssClass from within the datagrid between the <AlternatingItemStyle> and <SelectedItemStyle> tags and I see the change in front of me in design view. However, when I run it, the font is still displayed as the smallest size. I can however change other fonts options such as bold and italicized but not font style either. Any ideas would be greatly appreciated. :confused:

Howard

chanman
05-27-2005, 10:50 AM
I had two conflicting style sheets one on a user control and one for the page:)