Hi there, I have a theme that I use for a project, is it possible to drop DataGrid into this theme so it uses the themes CSS rather than datagrids?
I know I could manually edit the datagrid css but wondered if there was a quicker method?
Thanks
Gary
2 Answers
If you are using bootstrap theme, you should include bootstrap compatibility css file.
<link rel="stylesheet" type="text/css" media="screen" href="../../lib/js/jqgrid/css/ui.bootstrap.jqgrid.css">
And for color, i guess quickest way would be generating a custom color theme using theme roller and include it after all grid grid.
http://jqueryui.com/themeroller/
Your Answer