Hey lorryl,are you talking about the spin buttons?if yes, you can do the following:<e-column field='februar' headerText='FEB' [format]='formatOptions' editType='numericedit' [edit]='editParams'>e-column>then in you .ts file:editParams: IEditCell;ngOnInit() {this.editParams = { params: { showSpinButton: false } };}