I want to have datepicker in search text fields and eventually also in edit fields of a jqgrid.
Is there any way?
Has any one used such combination? Datepicker with jqGrid?
I want to have datepicker in search text fields and eventually also in edit fields of a jqgrid.
Is there any way?
Has any one used such combination? Datepicker with jqGrid?
Try :
This code worked for me.
$("#list2")
is the jqgrid table selector.I found the way:
It is hidden somewhere deep in the documentation:
http://www.trirand.com/jqgridwiki/doku.php?id=wiki:search_config
You will do following in field definition,