ok, found the solution:
setTimeout(function() {$('#gs_Status').val('Open');$(“#eventsGrid”)[0].triggerToolbar()},500);
Ok, I do myself, maybe this help someone.
$('.ui-search-toolbar th div').eq(8).append(“”);
$('#checkAllAdd').click(function(){
Ok, I've update to the latest jqGrid 3.6.2 and looks like this bug has fixed, works great
Sorry, I forget telling that I use inline edit instead of form edit.
I also try something like this:
onSelectRow:
Ok, forget about problem.
The only problem I have is php file which generate xml output have session time limit which in IE expired sÄ… no xml file could be loaded.
W wrote this so maybe someone have similar problem with ERROR Object Expected
Hi Tony, I have the same problem, IE7 & jqGrid 3.5.2 Object expected, I see table but none of date has shown (only in IE) FF, Opera, Chrome works great. I know IE have a problem with some comma's in the end, but I checked my all code I don't have unwanted comma. do you have any idea? I use jquery 1.3.2 mininied
Regards
Paul
Hi Tonny,
Yo don't understand me. In the cell I advisedly truncated text and put a linkt in the same cell (with gridToForm method) to put whole (not truncated text into a form near the grid). Is it possible? Text is truncated by javascript not php.
Regards
Paul
Thank
I know, I have firebug, earlier, when I have iqgrid 3.2 data have been posted by POST, and now, the same data is posted by GET. I solve this problem in php, i write a function which get data from POST and GET:)
Thanks,
Paul
Hi Tonny,
I don't know how it happend but in my file “server.php” I get all the data from grid by $_POST[] (until 3.2 version) when I update file to 3.2.1
Yes, I know that, it can be only one id with the same name in one page
Thanks
Paul
Thanks, a lot Tony,
It works great, everything is ok
Regards
Paul
Hi, Tony,
So, is there any way to do that?
calling
jQuery(“#list”).setCell(rowid,'name_of_col','',{'background-image':'url(../js/themes/basic/images/some_bg.jpg)', color: 'red'});
will change background in only one cell, is there any posiible to change whole row with some val (except typing line above x times, where x is number of column)
Thanks,
Paul
I have checked, and really I have a comma after the last position in colModel, when I removed it, the problem with IE disapeared but still, don't show column with attr. hidden:true, when clicking on link showCol (only on Opera everything is ok) I have no idea what is wrong
Hmm, everything is ok, look,
– Everything is ok when I have only two buttons (showCol and hideCol) and column initially shown (without hidden:true attr in colModel)
– If I add hidden:true attr. in colModel, button with showCol doesn't work.
And for more fun, I have checked that on 3 browsers. The problem above is on FF 3.0, on IE 6.0 grid even don't load any of data, but show alert (Length of colNames colModel or 0!
Only on Opera that code works fine. What browser do you use?
Regards Paul
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top