set-readonly dependency not working in grid cells
If you have a column with a dependency with target type set-readonly, the action not working.
Ex:
<column label="PARAMETER_VERSION" name="tag" component="suggest" strict="false" server-action="data"
target-action="GetApiModuleVersionList" align="center" sortable="false" validation="required"
charlength="20">
<dependency target-type="set-readonly" initial="true">
<dependency-element id="GridModuleList" column="moduleName" condition="is empty" attribute="selectedRowValue"/>
</dependency>
</column>