VBAHole22 Posted September 21, 2004 Posted September 21, 2004 Are there certain properties of datagrids that you cannot modify via CSS? I am trying to create a stylesheet that I can use on many datagrids in my application, thus reducing the amount of html code I need and giving a more uniform look to my site. But I'm finding that some of the properties of the datagrid can only be set in the html and not through CSS. (like backcolor and bordercolor) I would make a user control out of the grid but then I would be changing the column headings and datafield names right? Quote Wanna-Be C# Superstar
anpalmer Posted October 4, 2004 Posted October 4, 2004 If you can be more specific about what you want to modify in relation to the datagrid I can maybe help you a bit more on this one with what CSS can do for you. Failing that check out ericmeyeroncss.com. I have found this guy's books to be really useful for learning and developing CSS. Hope I can help Ash :D Quote
Moderators Robby Posted October 4, 2004 Moderators Posted October 4, 2004 The simplest way is to check each property and see if it contains CssClass. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.