Conditional editing option for datagrid columns

1
I'm trying to apply condition over editibility of columns in datagrid based on attribute value(boolean). I cannot see such option as provided in other input widgets such as textbox where there is an option for editing "conditionally : based on attribute". Please provide help regarding this.   Thanks in advance.
asked
1 answers
0

Hello Niraj, 

The easiest way to work around that would be to use a list view and potentially emulate the look of a grid (fairly easy to do with layout grids) if that's what you need.

answered