uxui_grid_col_highlight and uxui_grid_row_highlight
The uxui_grid_col_highlight and uxui_grid_row_highlight properties highlight columns or rows when the respondent hovers over a cell.
Possible value
true
If the column or row is not to be highlighted, remove the property; do not set it to “false”.
Applies to
Grids only
Example
Grid2 "Grid2 - Testing uxui_grid_col_highlight"
[
uxui_grid_col_width = "80%,equal",
uxui_grid_col_highlight = "true"
]
loop
{
JobIsGreat "I think my job is great",
EnjoyTheChallenge "I enjoy the challenge my job gives me",
DoneItTooLong "I feel I have done this job for too long",
TreatedFairly "I am treated fairly and with respect by my boss",
IdeasIgnored "My ideas are neither listened to nor acted upon"
} fields -
(
JobSatisfaction "JobSatisfaction"
categorical [0..1]
{
Disagree "Disagree",
Neutral "Neutral",
Agree "Agree"
}
) expand grid;
See