Posted 5 April 2018, 11:54 am EST
Hi,
we want to skip focus on tab for readonly cells like the one showed below.
{
header: 'myColumn',
binding: 'number',
cssClass: 'wj-cell-read-only',
isReadOnly: 'true',
minWidth: 150,
},
We are using wijmo/wijmo.react.grid (Wijmo-5.20173.409)
Is there any recommended API to accomplish this?
