Forum


09:32

Hi,
jqGrid 3.5.3
In cellEdit mode the imageButton for datepicker is not showing up:
{"sortable":true,"index":"contractDate","sorttype":"date","editoptions":{"size":8,dataInit:function(formID){$('#list',formID).datepicker({dateFormat:'mm/dd/yy',showOn:'button',buttonImage:'/css/images/calendar.gif',buttonImageOnly:true});}},"editrules":{"minValue":0,"date":true},"name":"contractDate","editable":true,"datefmt":"mm/dd/yyyy","width":120}
Notes:
* I have made sure there's enough room for the image in the cell by setting the editbox size to 8.
* I have set the z-index to 1200.
Please and Thanks for any Help.
tim
http://www.blackstag.com/css/i.....lendar.gif it is ok
but if u look with firebug …
there are references to all the other pictures needed .. but no reference at calendar.gif.
try to delete dateFormat and see if it does anything or try to delete size:8
to see if there is something happening.
The thing is that the script it is not calling the picture, even if u told it to.
11:11

I created another example with just the datepicker using the same js files and it works.
http://www.blackstag.com/example.html
The only thing different is JqGrid, so It must be a problem with jqGrid.
Tony ? Any ideas ?
thanks,
tim
11:45

Moderators
30/10/2007

Hello
$(document).ready(function(){
jQuery("#list").jqGrid({
url: 'tree-json',
datatype:'json',
forceFit:true,
cellEdit:true,
cellsubmit:'remote',
cellurl: 'budget-handler',
treeGrid: true,
ExpandColumn:'thing',
colNames: ["NAMES","DATE"],
colModel: [{name: 'thing', index: 'thing', width: 220, hidden: false, sortable: false},
{name: 'myDate', index: 'myDate', width: 120, sortable:true, datefmt:"d/m/Y", editrules:{minValue:0, date:true},
editable:true, sorttype:"date", editoptions:{size:8, dataInit:function(elem){$('#list',elem).datepicker({dateFormat:'dd/mm/yy', showOn:'button', buttonImage:'css/images/calendar.gif', buttonImageOnly:true});}}}
],
height: 300,
width: 400,
imgpath: 'css/sunny/images',
caption: 'My Things!', <-------------- ERROR HERE
});
});
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.
11:46

Moderators
30/10/2007

Sorry It seems that posting sometime code is difficult
Check your code You have at last line
$(document).ready(function(){
jQuery("#list").jqGrid({
url: 'tree-json',
datatype:'json',
forceFit:true,
cellEdit:true,
cellsubmit:'remote',
cellurl: 'budget-handler',
treeGrid: true,
ExpandColumn:'thing',
colNames: ["NAMES","DATE"],
colModel: [{name: 'thing', index: 'thing', width: 220, hidden: false, sortable: false},
{name: 'myDate', index: 'myDate', width: 120, sortable:true, datefmt:"d/m/Y", editrules:{minValue:0, date:true},
editable:true, sorttype:"date", editoptions:{size:8, dataInit:function(elem){$('#list',elem).datepicker({dateFormat:'dd/mm/yy', showOn:'button', buttonImage:'css/images/calendar.gif', buttonImageOnly:true});}}}
],
height: 300,
width: 400,
imgpath: 'css/sunny/images',
caption: 'My Things!', <---- ERROR
});
});
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.
11:47

Moderators
30/10/2007

Adain
....
width: 400,
imgpath: 'css/sunny/images',
caption: 'My Things!', <---ERROR HERE
});
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.
12:06

Moderators
30/10/2007

You do:
$('#list',elem).datepicker(
Should be
$(elem).datepicker(...
Please befor posting this youi chack all the docs and you your code is error free
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.
13:07

Moderators
30/10/2007

Hello,
when set showOn in datepicker it does not work. If you remove this option it will work. The problem is that the element is not inserted in the dom and datepicker does not know what to do - ie. where to put a image. Follow the solution of AdytmRO
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.
19:12

I've left the working example up so that others can benefit (includes re-setting the focus).
http://www.blackstag.com/json-example
tim
Most Users Ever Online: 715
Currently Online:
74 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