Hi all,
here is another question with no answer to it yet.
We are still working with version 6.2.
As far as I know there are (at least) two known problems with the matrix object
a) there is no "selected row" property returning a row object - this can be dealt with by using the pval.row property and adressing the different row columns directly
b) in 6.2 the selection of a row can not indicated by a change of color
Regarding the color change:
If a user clicks on a row in 6.2, is there any way to mark the row as selected? Not necessarily a colorchange, any workaround will do.
I have tested the following:
-add another column of type checkbox
-on Click event uncheck the checkbox in previous row and check the one in the current row
This looks promising, but still does not work 100%.
Any other propositions for a workaround?
TIA Lutz Morrien
Just to let people know:
I did manage to use checkboxes in a matrix in order to indicate a selected row in a version 6.20 matrix. It is kind of clumsy as a workaround and does not look too SAP, but it does work. If anyone needs this workaround, I can post some code.
Lutz Morrien
Add a comment