Hi I am using jqgrid having jquery UI theme. My master page in the web site is using zurb foundation framework as our base css framework.
The web page with jqgrid renders perfect if I dont include zurb’s foundation css but if I include it …the css doesnt render properly for jqgrid.
I can see the reasons as I am trying to include two different css frameworks in one webpage and as these two frameworks have some general css classes which are conflicting with each other.
I need to use these two frameworks as I will be using many of jqueryui components in combination with zurbfoundation components + css.
Is there a way to deal with these conflicts. One solution in my mind was to use iframes in my web page where I have jqgrid…but that would be my last last preferencce.
Or is there a way that I can use jqgrid without using jqueryUI?
I was able to fixed it. foundation.css had general classes for table tag and input [text] tag..commenting those classes helped to remove the conflict.