I want to disable one specific row in datagrid in following manner:
1) Highlight one row with a different color
2) Disable checkbox/radio button selection of that row
3) Disable inline editing of cells present in that row but allow inline editing for other rows.
Pls. help if you have any ideas.
You can use a combination of the following functions to extract stuff
You will have the
<div>asrowNode, it contains a table with cells (as many as you got columns). Set itsbackground-colorThe checkbox thing, you will prly know which cell-index it has
Editing is another store really.. works in focus handlers. To override it, you must keep like an array of rows which you dont want editable (allthough the cell.
editable == true).