Hi I am using the metro theme on my igGrid, how do I change the colour of the grey grid control area (the area that has no records) to another colour?Thanks
Hello ClassicFruitSalad,
Thank you for contacting Infragistics!
We received your support request concerning changing the color of the grey area of the grid, and this case has been assigned to me. Infragistics is dedicated to helping you solve this issue. Our team and I have done an initial review of your case and I am looking into this though CSS and selectors and will get back to you by the end of the day Friday with more information or questions for you.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
Thank you for your patience. I have done some further looking into this matter and have the following information. You can do this by using jQuery selectors and select the class you would like to change and apply the style. To do this I used Firebug(you can also use IE dev tools) to find the class of the element I wanted to change. For example the code you would use to change the color would look like:
$(".ui-iggrid-scrolldiv").css("background-color","blue");
You can see the following for further information on how jQuery Selectors work:
Please note this site isn’t maintained by Infragistics:http://api.jquery.com/class-selector/
http://api.jquery.com/category/selectors/
Please let me know if you have any questions concerning this matter.
I am following up to see if the information provided has resolved this matter.
Please let me know if I may be of further assistance with this matter.