Forum


02:10

Moderators
30/10/2007

Hello,
Use onIntializeForm event for this purpose (the same way as inline edit).
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.
04:01

Moderators
30/10/2007

Hello,
Please post you code in order to view what is wrong?
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.
i thougth i put wrong sintax n wrong place...
jQuery("#rowed6").jqGrid({
.
.
onSelectRow: function(id){ if(id && id!==lastsel3){
jQuery('#rowed6').restoreRow(lastsel3);
jQuery('#rowed6').editRow(id,true,pickdates); lastsel3=id; }
},
.
.
});
function pickdates(id){
jQuery("#"+id+"_sdate","#rowed6").datepicker({dateFormat:"yy-mm-dd"}); }
you put function pickdates in "onSelectRow" which is for inline editing.
how can i get the function in the add/edit form?
thx
"God Gave you a gift of 86,400 seconds today.
Have you used one to say thank you?"
09:40

30/06/2009

i included datepicker in my grid:
jQuery.jgrid.edit = {
...
onInitializeForm: function() {
if (document.getElementById("start_date"))
loadDatePicker('#start_date');
if (document.getElementById("end_date"))
loadDatePicker('#end_date');
}
};
But the datepicker is showed under the form and when i click in datepicker container, the form closes. How do i fix it?
02:14

Moderators
30/10/2007

Hello,
This is maybe z-index problem or you missed some css files.
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:
50 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