Forum
22:24
16/05/2009
Hi,
I use jqgrid 3.6.1 with search form but the search button only work with IE Browser.
I use this code for load search form:
jQuery("#griglia_prenotazioni").jqGrid({
url:'datigriglie.php?action=prenotazioni',
datatype: "xml",
colNames:['codice','valida per il','richiesta da','passeggeri'],
colModel:[
{name:'PCODICE',index:'PCODICE', width:100},
{name:'DATARICHIESTA',index:'DATARICHIESTA', width:140},
{name:'RICHIESTADA',index:'RICHIESTADA', width:150},
{name:'PASSEGGERI',index:'PASSEGGERI', width:100}
],
rowNum:10,
height:200,
imgpath: 'themes/basic/images',
pager: jQuery('#paginazione_prenotazioni'),
sortname: 'P.DATARICHIESTA',
viewrecords: true,
sortorder: "desc",
caption:"Elenco prenotazioni",
ondblClickRow: function( rowid) {
document.location.href = '?prenotazioni-modificaprenotazioneedit-'+rowid;
}
});
jQuery("#cerca_prenotazioni").filterGrid("#griglia_prenotazioni",{
gridModel:true,
gridNames:true,
formtype:"vertical",
enableSearch: true,
enableClear: true,
autosearch: true,
searchButton:"cerca",
clearButton:"cancella",
formclass:"cerca_form",
buttonclass:"cerca_button"
});
Any idea?
00:55
Moderators
30/10/2007
Hello,
What does not work actually?
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.
18:22
Moderators
30/10/2007
Hello,
I see you have set custom classes for the buttons right?
I think that here is the problem,
Remove the classes from the definition and check
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.
21:11
16/05/2009
tony said:
Hello,
I see you have set custom classes for the buttons right?
I think that here is the problem,
Remove the classes from the definition and check
Regards
Tony
I've tryed to remove classes from the definition but it still not work
Here is the code:
url:'datigriglie.php?action=prenotazioni',
datatype: "xml",
colNames:['codice','valida per il','richiesta da','passeggeri'],
colModel:[
{name:'PCODICE',index:'PCODICE', width:100},
{name:'DATARICHIESTA',index:'DATARICHIESTA', width:140},
{name:'RICHIESTADA',index:'RICHIESTADA', width:150},
{name:'PASSEGGERI',index:'PASSEGGERI', width:100}
],
rowNum:10,
height:200,
imgpath: 'themes/basic/images',
pager: jQuery('#paginazione_prenotazioni'),
sortname: 'P.DATARICHIESTA',
viewrecords: true,
sortorder: "desc",
caption:"Elenco prenotazioni",
ondblClickRow: function( rowid) {
document.location.href = '?prenotazioni-modificaprenotazioneedit-'+rowid;
}
});
jQuery("#cerca_prenotazioni").filterGrid("#griglia_prenotazioni",{
gridModel:true,
gridNames:true,
formtype:"vertical",
enableSearch: true,
enableClear: true,
autosearch: true,
searchButton:"cerca",
clearButton:"cancella"
});
15:18
Moderators
30/10/2007
Hello,
In order to isolalate the problem, please remove any other plugins and JS and CSS files that are not needed and test.
I feel thet other things do something.
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.
Most Users Ever Online: 715
Currently Online:
114 Guest(s)
Currently Browsing this Page:
1 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