There is an exemple (in row editing mode) in the demo section (Integration/UI datapicker) wich integrates the standard jquery datepicker. I think it
Does this help : /blog/?page_id=393/help/clicking-row-goes-to-an-url ??
Sorry, I didn't see the past post on the wiki… I'll give a try to 3.5.1…
I found the problem.
In fact, when I call the setSelection method without data (or without the desired rowid) in the grid, it causes a jQuery error with 1.3.2 that dit not occur with 1.3.1.
I corrected my code to check that the rowid is in the grid before calling the method, but I think this should be checked in jqGrid.
Thanks
Hi Tony,
My code was not properly included in my post, but my syntax is correct : I use the setSelection mothod…
Thanks tony it works. Shame on me, I didn't pay enought attention to the docs 
I also tried with a simplier colmodel :
{name:'Date',index:'Date', search: false, editable: true, dataInit: function (elem) {$(elem).datepicker();}},
But nothing happens. I tried to display an “alert” in the dataInit function, but it never displays.
I really don't see why…
Yes I read the docs (cell/row editting) + the example, but didn't see the dataInit function.
I just tried, but it seems the function is not called… See my code ('Date' field is the first one)
Nobody can help me ?
Yes :
var myVar= mygrid.getCell(rowid,cellname);
“cellname” can be a number (the cell number) or the index name as specified in colModel.
As the dialog should be a jQuery UI dialog, the 'option' method should work on it ? (http://jqueryui.com/demos/dialog/#method-option). You could use it to change size.
Hi,
It works great ! Thanks, nice job 🙂
Ooops, sorry 
Thanks for answering !
Hi,
I use jqGrid on IE8 and don't have any issue…
Use “onSelectRow” event :
onSelectRow: function(rowid) {
document.location='newPage.php?var='+rowid;
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top