Posted 6 March 2020, 3:30 am EST
Hi Admin,
How I can set imeEnabled = true (WjFlexGrid) on all component use them (Angular) ?
Forums Home / Wijmo / General Discussion
Posted by: lygiabao15ck1 on 6 March 2020, 3:30 am EST
Posted 6 March 2020, 3:30 am EST
Hi Admin,
How I can set imeEnabled = true (WjFlexGrid) on all component use them (Angular) ?
Posted 9 March 2020, 1:04 am EST
Hi,
The FlexGrid provides the imeEnabled attribute for WjFlexGrid component. The imeEnabled can be set to true for WjFlexGrid using the following code snippet:
<wj-flex-grid [itemsSource]="data" [imeEnabled]="true">
</wj-flex-grid>
Hope it helps!
Regards,
Manish Gupta