Forum


02:20

Moderators
30/10/2007

Hello
Strange. Is this only in IE? Do you mean only the images or all - texts, select and input box again with images?
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
03:33

Moderators
30/10/2007

Hello,
Aha - call the grid with setTimout function.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
05:47

Moderators
30/10/2007

Hello,
Construct your grid in complete event of the last ajax call.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
10:27

Moderators
30/10/2007

Hello,
Could you please send me a link to the problem. It is very difficult in this case to understand where is the error.
Regards
Tony
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
It is difficult (or impossible) to send you link of my application ...
I've found a workaround, for now: i make a generation of a new pager (with a newer id) every time i call ajax ...
My code:
openGrid=function(...){
...
$('#gridDiv').load(URL, parameters, function(responseText, textStatus, XMLHttpRequest){...})
...
}
URL refers to a JSP page in which i've defined grid ...
<script type="text/javascript">
$(document).ready(function(){
var gridSettings= {
colNames:['id', 'Date', 'Title'],
colModel:[
{name:'id', index:'id', hidden:true},
{name:'date', index:'date',
width:'65', resizable:true, sortable:true, search:true},
{name:'title', index:'title',
width:'175', resizable:true, sortable:true, search:true}
],
sortname: 'date',
width:500,
height:145,
shrinkToFit:false
}
$(this).jqGrid(baseSettings);
$(this).navGrid($('#doc_grid_pager'),
{edit:false,add:false,del:false},
{}, // edit parameters
{}, // add parameters
{reloadAfterSubmit:false} //delete parameters
);
});
</script>
<div style="margin-left:5px;">
<table id="doc_grid" class="scroll"></table>
<div id="doc_grid_pager" class="scroll"></div>
</div>
Most Users Ever Online: 715
Currently Online:
83 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66