Hi, yes I am using 4.1.2, downloaded last week.
Does it have something to do with the way the data is being displayed in the grid on load?
Should I be defining some kind of datatype when setting up the columns below?
columns: [
{text: 'Key ID', datafield: 'key_id', width: 80},
{text: 'Emp ID', datafield: 'emp_id', width: 60},
{text: 'Full Name', datafield: 'fullname', width: 150},
{text: 'Key Cut', datafield: 'key_cut', width: 80},
{text: 'Key Date', datafield: 'key_date', cellsformat: 'MM/dd/yyyy', width: 100},
{text: 'Key Status', datafield: 'key_status', width: 80},
{text: 'Last Updated', datafield: 'last_updated', width: 110},
{text: 'Last Updated By', datafield: 'last_updated_by', width: 130}
]