How can i change the look of the jqgrid without changeing the stylesheet. Basically im using jqueryui to style my site but i want to use different background images for just the grid. Is this possible?
How can i change the look of the jqgrid without changeing the stylesheet. Basically
Share
Is it that you want to apply several jQueryUI themes to the same page, and have jqgrid use one of them while having other elements in your page use the other?
You may want to look at this page which discusses how to add scope (I’m assuming the easy way is to have the rest of your page use the manually scoped theme, and have jqgrid use the “default” scope, unless you want to dig into the jqgrid jquery extension code to see how to use a custom scope)