BlazorDatasheet
BlazorDatasheet copied to clipboard
Being able to mark a cell as uneditable
Hello,
I am looking for a feature to be added that would allow a specific cell, or even a whole column, to have a parameter that can set it as Editable or Uneditable.
Hi @coppercosmo you can set readonly in the cell format e.g:
Sheet.Range("A1").Format = new CellFormat(){IsReadOnly = true};