Hello
The related parameter in jqModal is overlay and not opacity – you can ajust them
Regards
Tony
Hello,
If you want VERTICAL and not horizontal scroll, you wil maybe need to adjust the height parameter
Regards
Tony
Hello,
Look in ui.jqgrid.css
the items that can do the job are:
.ui-jqgrid .ui-jqgrid-htable th {height:22px;padding: 0 2px 0 2px;}
.ui-jqgrid .ui-jqgrid-htable th div {overflow: hidden; position:relative; height:17px;}
..
You can overwrite these in style tag
Regards
Tony
Hello,
It will be maybe in 3.7 version
Regards
Tony
Hello,
I can not help if there is no code.
Regards
Tony
Hello,
You will need to look at ui.jqgrid.css (The /* body */
Hello,
Thanks. Will fix this.
Best Regards
Tony
Hello,
The fix is in 3.6 branch in GitHub
Regards
Tony
Hello,
Thanks for this. I will consider this situation.
Best Regards
Tony
Hello,
If you download from GitHub all the code is source. Just look in js folder.
Regards
Tony
Hello,
You can get the original data using this simple additions:
var rowdata={}, colmodel = (“#mygrid”).getGridParam('colModel');
$(“#rowid td”,”#mygrid”).each(function(i){
rowdata[colmodel.name] = $(this).html();
});
Regards
Tony
Hello,
Could you please provide a link to the problem or post the grid configuration again with adding the data. Do not forget to enclose this in code tag.
Thanks
Best Regards
Tony
Hello,
There is such one. You will need to read documentation
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:options
Regards
Tony
Hello,
What about:
jQuery('td','#' + rowid).css('background-color','rgb(175, 238, 238)').css(“background-image”,”none”);
Regards
Tony
Hello Hannes,
I think you missed something:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:search_config&s=searchhidden
Best Regards
Tony
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top