Hi
i copied file Office2007.cs and renamed it to CustomOffice2007.cs, i also renamed all tags in it from Office2007 to CustomOffice2007
in my asp.net code i added this:
what i want to achieve is to colorize even and odd rows without loosing hover and selected format, maybe there is a way to do it without adding new css file, i was trying to add piece of css to page with grid, which was overriding background color of row, but in this way i lost hover formatting
i copied file Office2007.cs and renamed it to CustomOffice2007.cs, i also renamed all tags in it from Office2007 to CustomOffice2007
in my asp.net code i added this:
Skin
="CustomOffice2007" EnableEmbeddedSkins="false"
and everything is working fine except dropdown with page size, its is just not well formatted (see attachment)
what i want to achieve is to colorize even and odd rows without loosing hover and selected format, maybe there is a way to do it without adding new css file, i was trying to add piece of css to page with grid, which was overriding background color of row, but in this way i lost hover formatting