The scenario:
- Using the
cells
prop, individual cells are set to readOnly true/false based on various criteria. - After cell data input, the component makes a rest call to the server
- While the rest call is in progress, I want the entire grid to be read-only.
Is there a simple way to temporarily disable input for the entire grid?