Note that there are some explanatory texts on larger screens.

plurals
  1. POCustomize jQGrid colors using MVC 4 ASP.NET C#
    primarykey
    data
    text
    <p>I´m using jQGrid as my main data entry mechanism for an internet project.</p> <p>I entered into <a href="http://jqueryui.com/themeroller/" rel="nofollow noreferrer">ThemeRoller</a> and did my custom theme, as I want Windows 8 look&amp;feel. Everything fine, and I downloaded my theme.</p> <p>Now I have problems attaching it to my jQGrid. I tried to change the following code:</p> <pre><code> bundles.Add(new StyleBundle("~/Content/jqgrid").Include( "~/Content/jquery.jqGrid/ui.jqgrid.css", "~/Content/themes/jquery.ui.all.css")); </code></pre> <p>To my new theme:</p> <pre><code> bundles.Add(new StyleBundle("~/Content/jqgrid").Include( "~/Content/jquery.jqGrid/ui.jqgrid.css", "~/Content/themes/MyTheme/jquery.ui-1.10.13.custom.css")); </code></pre> <p>And I can see that no theme is being used (the lines, shadows and everything disappeared on screen).</p> <p>I realized that I got several files downloaded from ThemeRoller, but I followed these steps <a href="http://www.trirand.com/blog/?page_id=393/discussion/how-to-change-theme-of-grid/" rel="nofollow noreferrer">here</a> and <a href="https://stackoverflow.com/questions/7529762/how-to-change-the-color-of-jqgrid">here</a> with no success.</p> <p>This really can´t work as the original <code>jquery.ui.all.css</code> calls another files that does all the work. If I change this call, of course these itens will not be called. </p> <p>The problems is that the files downloaded has incompatible match with the files I have in Content/themes, so there I don´t know how to match thigs.</p> <p>I need help on that please. Also, if there is a better way to change jqGrid colors on the fly I would accept the hint, as it sounds much easier.</p> <p>Help appreciated.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload