Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
css stylesheet for ultrawebgrid 8.1
posted

Do anyone have a beakdown of which css tags match which areas in the grid.  Some of them seem obvious but some aren't. ie

.igtbl_GrpItem{}

.igtbl_FxdHeader{}

.igtbl_FxdFooter{}

where do these tags apply to the grid as well as all of the other possibilities.

Parents
No Data
Reply
  • 28464
    posted

    Hello,

    I am not sure it is documented somewhere, I believe the best idea is to use FireBug for FireFox and the "Inspect Element" feature of FireBug in particular - this way you can select an element with the mouse and see the styles applied to it (and which css setting is actually active, based on inheritance). This works really very well and is very convenient.

    In the screenshot attached you can see how this works for Header.

Children