Hi,
I'm using version 3.6.4 of jqgrid and having a problem with the SetRowData method. I'm using my own forms (Jquery UI Modal forms). After some debugging I've discovered the problem is because of a date column I have in my grid. If I remove this column the SetRowData method works fine.
Here is the column definition:
{ datefmt:'dd/mm/YYYY', formatter: 'dateFormatter', searchoptions: { dataInit: datePick, searchhidden: true }, name: 'DateAcquired', search: true, sortable: true, hidden: false, index: 'DateAcquired', width: 70, align: 'left', stype: “date” }
This is my custom dateFormatter:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top