Cleaned up Left Click.vi and changed how VI determined whether event was going to be discarded.
Previously, discard was false when the column was read only, allowing users to edit read-only cells form the MCLB. Now, when the column is read only, the VI checks whether the user selected cell is in the highlighted row and will discard if they are equal.
Also updated MCLB Update override to use active row instead of value. This fixed small issues with the active cell not being in the highlighted row.
Cleaned up Left Click.vi and changed how VI determined whether event was going to be discarded.
Previously, discard was false when the column was read only, allowing users to edit read-only cells form the MCLB. Now, when the column is read only, the VI checks whether the user selected cell is in the highlighted row and will discard if they are equal.
Also updated MCLB Update override to use active row instead of value. This fixed small issues with the active cell not being in the highlighted row.