I am using ui-grid v3.0.0-rc.22 in my apllication. I enabled edit feature using ui-grid-edit.
i use following in columnDefs
{displayName: 'Price', field: 'price', type: 'number', width: 70, aggregationType: uiGridConstants.aggregationTypes.sum, },
How can i stop to insert negative value in this
Any help greatly appreciated.