Is there a way to disable multiple columns for a specific row in a flex datagrid?
I have a datagrid with about 10 or more columns, for example, a few column names: Item Id, Item Name, Item Statusand VerifiedState. Initially, I want the column to Verified Statebe disabled.
Now that the column value Item Statusis equal Review Passedfor a specific row, I want the column to VerifiedStatebe included and edited. This is possible in the Flex datagrid.
If so, how can I achieve this.
source
share