visual studio 2010 - How to format individual gridview cells using css? -


Is it possible to format individual cells using CSS in gridview

I see view Studio 2010 with vb

I want to do the following. Based on this table structure ...

  H1 H2 H3 H4 R1 i1 i3 R2 j1 j2 j3 r3 k1 k2 k3   

Required:

  H1, H2, H3, H4 - Headings: bold, white font, blue background R1, R2, r3-bold => For example, 10pp j1, j2, j3 - mumber k1, k2, k3 - percent   

line headings with any signal / line i1, i2 - percent i3 - format number 'pp ' idea?

Thank you

I'm not sure I understand your question.

What I find, you are trying to style those elements in a way "TD" will have to be added classes and then those classes have to be styled. You must add the "in-line" styles to the "self" tag.

For "%" and "PP", you can use "After" of CSS3 and make it your content. But this is not really a good idea, they should really originate from back-end, and not with CSS.

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -