Currently, I am attempting to customize the appearance of my web data grid by changing its CSS, particularly focusing on altering the color of the header and rows. So far, my search for solutions has led me to two common suggestions:
Edit the Infragistics.css file located at /Content/Infragistics/css - however, this approach seems impractical due to the large size of the file and potential maintenance issues.
Utilize pre-made themes by downloading and applying them - but it seems like this method is more compatible with asp.net and lacks flexibility.
I'm curious if there are alternative methods for achieving this customization. Any ideas or recommendations would be greatly appreciated!
Thank you in advance!