Hello
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdatatable/index.htm#demos/jqxdatatable/javascript-datatable-inline-editing.htm
1 .) If you delete this row, and If a row is added
Adding a thin row
{ text: 'Order ID', editable: false, dataField: 'OrderID', width: 200 }

2.) and If you hide this column,and If a row is added
Was added to the normal row
{ text: 'Order ID', editable: false, dataField: 'OrderID', width: 200,hidden:true }

but If you cancel after, a thin line is adding ( esc or cancel button click )

3.) and again
If this column is not hidden,
and If you hide this column,and If a row is added
Was added to the normal row but If you cancel after,Adds a blank record
{ text: 'Order ID', editable: false, dataField: 'OrderID', width: 200,hidden:false}
