I am loading a grid from XML generated in PHP. The grid needs to be dynamically configured according to the data rules. In some cases, the rules stipulate that a particular SELECT element is to be visible, but disabled ( so that users may view the current value, but cannot change the value). I have tried to disable the element by using the
construction, like this:
However, although the column displays correctly, it is not disabled.
Perhaps there is a syntax that works?
I would prefer not to use the Javascript API if it is possible to achieve the necessary result in XML.