Whenever i tried to key in a negative sign "-", followed by a zero. the grid filter will automatically change it to zero.
how can i prevent it from automatically changing?
need to maintain a numeric filter, (no letters allowed)
Code:
<kendo-grid-column field="xx" title="xx">
<ng-template kendoGridFilterCellTemplate let-filter let-column="column">
<kendo-grid-numeric-filter-cell
[showOperators]=false
[column]="column">
</kendo-grid-numeric-filter-cell>
....
<kendo-grid-column>