Unable to edit Wijmo Table when [selectionMode]="None"

Posted by: syadagiri on 9 April 2019, 10:57 am EST

  • Posted 9 April 2019, 10:57 am EST

    Hello Team,

    I’m trying to implement a FlexGrid which needs to be editable and have [selectionMode]=“‘None’”, however by having [selectionMode]=“‘None’” restricts the ability to edit the table making it read-only. Could you please let us now how to achieve this behavior using [selectionMode]=“'None”.

    Below is the stackblitz which reproduces the same.

    https://stackblitz.com/edit/angular-gfpptp

    Thank you

  • Posted 10 April 2019, 3:23 am EST

    When the selectionMode is set to ‘None’, you cannot select the grid and therefore it cannot be edited. To solve this issue, you may use the startEditing method to edit the cells . Please refer to the sample below:

    https://stackblitz.com/edit/angular-puk4b6

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels