how can I set one row editable

hello, i use the grid and I have some editable columns and some uneitable columns. but I want the third row can be editable. All of the cell of the third row can be editable. how can I do it?

Please, try to use “locked” atttribute:

<row id="11" locked=true> <cell>1</cell> </row>