following the below example :
https://www.jqwidgets.com/angular/angular-grid/angular-grid-disableeditingofrows.htm
if i disable a cell using cellbeginedit attribute the cell is disabled.
however if a insert a data in that cell and directly press on another editable cell the data i tried to insert in the disabled cell appears in the editable cell.
for example.
in the example i mention above the first row is disabled.
if i select the “Quantity” column of the first row and press ‘2’ the cell’s content doesn’t change as the cell is disabled
but if i directly press on the cell under it, the “Quantity” column of the second row which is editable, the content of this cell changes to ‘2’ which is the value i tried to insert in the disabled cell.
please advise if there is another way to disable a cell.
Thank you.