Styles For DataGrid

  • Thread starter Thread starter Mr Newbie
  • Start date Start date
M

Mr Newbie

I need to know how ( If possible ) to set up a CSS for a datagrid so they
all have the same attributes without me farting around setting it manually
each time I add a grid.

Is this possible ?
 
Hi,

Mr said:
I need to know how ( If possible ) to set up a CSS for a datagrid so
they all have the same attributes without me farting around setting
it manually each time I add a grid. Is this possible ?

Absolutely -- just use the CssClass attribute to assign a CSS class for
<asp:datagrid> (and optionally <ItemStyle>, <AlternatingItemStyle> etc.)
tags. Define the class in your stylesheet as desired.
 
can I have an example please because I dont see ItemStyle in the
intellisense come up int he style sheet when I try to defiine and item for
the styl.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top