Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
Editable true/false colume on other column value
posted

Hi,

I have one column

<ig:UnboundCheckBoxField Key="Selected" HeaderChecked="false" ></ig:UnboundCheckBoxField>

<ig:EditingCore><Behaviors><ig:CellEditing Enabled="true"><EditModeActions EnableF2="true" EnableOnActive="true" MouseClick="Single" /><ColumnSettings><ig:EditingColumnSetting ColumnKey="Selected" ReadOnly="true" /></ColumnSettings></ig:CellEditing>

On the base of Status i required to enable ColumnKey="Selected" for specific row not for all row of grid for example My Status="Completed" then checkbox editable true else false