When using jqgrid, is there anyway to have recreateForm: true but also cache dataUrl?
问题 I have the following columns using jqGrid (simplified) { name: "PMOPerson", index: "PMOPerson", width: 250, editable: true, edittype: "select", editoptions: { dataUrl: "/Person/GetSelectData" }, editrules: { required: false} }, { name: "HeadDisplayName", index: "HeadDisplayName", width: 150, editable: false }, when i go to edit a row by bringing up the edit dialog, it take 10 seconds for the PMOPerson dropdown to be populated. This is the case even after i have already loaded it once before