Posted 16 January 2018, 2:30 pm EST
In my Angular 5 application, I receive an error if I try to bind to keyActionTab or keyActionEnter. The error message is:
Can’t bind to ‘keyActionEnter’ since it isn’t a known property of ‘wj-flex-grid’.
Upon review of the source code, it appears that these two properties are declared as inputs in the ```
wjFlexGridMeta
According to the docs, I would expect these properties to be bindable in Angular components.
http://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo-wijmo.angular2.grid.WjFlexGrid.Class.html#keyActionEnter
I am also unable to access the property from code. It is not available on the ```
WjFlexGrid
``` class imported from ```
import { WjFlexGrid } from 'wijmo/wijmo.angular2.grid';
