Hello
Is there any way to set readonly or set allowedit = false for specific cell ?
I have grid with options Add/Remove rows. I want to have readonly for rows loaded from DB and want modified data for new rows.
Additionaly I want delete any rows when I set checkbox (repositoryItemCheckBox in last column) to true and click button Delete.
For example :
colA colB colC colD colE (checkbox)
Row 1 asdf 1234 23,42 asdf row from DB (columns colA, colB, colC, colD = AllowEdit false)
Row 2 bsdf 4444 63,42
aaaa
row from DB (columns colA, colB, colC, colD = AllowEdit false)
Row 3 csdf
1111
2,42
asdf
row from DB (columns colA, colB, colC, colD = AllowEdit false)
Row 4 ddd 5555 55,42 zdff
new row (columns colA, colB, colC, colD = AllowEdit true)