Hello,
The issue that I am having is when I attempt to add a new row to a grid and enable it for inline editing the record dissapears due to a grid refresh before I can select it for editing.
jQuery("#myGrid").addRowData(0,{id:"0",date:getToday(),…}, "last");
jQuery("#myGrid").editRow(0,true);
This is the general shape of my grid definition with the relevent fields are listed below:
// Refreshes my grid when called
function refreshGrid()
{
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top