Thank you, the drop location now works. My syntax isn't coloring though. Any ideas?
$gridMain.pqGrid('addRow',
{
newRow: {
pq_rowstyle: { background: ""#ff0000" },
projectuid: uiDrag.rowData.projectuid, res: dropRowData.res, resourceuid: dropRowData.resourceuid
},
rowIndx: uiDrop.rowIndx
});