Hi All,
My datepicker does not popup. So, I debug by putting in 3 alerts:
alert('ID1' + id)
$('#training').jqGrid('editRow', id, true, pickdates);
alert('ID3: ' + id);
and
alert('ID2: ' + id); inside pickdates function.
Please tell me why alert('ID2' + id) never pops up.
Here is my html codes:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top