const columns=[
// { type:'checkbox' , width:'60'},
{ field: 'OrderID', headerText: 'Order ID', width: 120, type: 'number', editType:"numericedit" },
{ field: 'CustomerID', width: 140, headerText: 'Customer ID', type: 'string', allowFiltering:false },
{ field: 'ShipCity', width: 140, headerText: 'Ship City', type: 'string' },
{ field: 'OrderDate', width: 140, headerText: 'Order Date', type: 'date',format:'yMd', editType:"datetimepickeredit" } ,
{ headerText:'Manage Records', width:'160', commands:{command} }
];
than i am binding the columns to the grid gridColumns={columns}