Using SmartClient 8.2
A quick question: I want to show an icon in certain cells when the row containing those cells is rolled over. (The icon will be a pencil, indicating that that cell is editable, sort of like how JIRA does it). Is there an easy way to do this? I see that there is a way to place a widget at the end of the row on rollover:
http://www.smartclient.com/docs/8.2/a/system/reference/SmartClient_Explorer.html#_Grids_Appearance_RollOver.Controls
And I see that there is a setting 'useCellLevelRollovers' to apply this to each cell. However, I still want the whole row to be highlighted when I roll over it. Setting this setting to true switches to per-cell rollover.
Is there a recommended way to go about doing this?
A quick question: I want to show an icon in certain cells when the row containing those cells is rolled over. (The icon will be a pencil, indicating that that cell is editable, sort of like how JIRA does it). Is there an easy way to do this? I see that there is a way to place a widget at the end of the row on rollover:
http://www.smartclient.com/docs/8.2/a/system/reference/SmartClient_Explorer.html#_Grids_Appearance_RollOver.Controls
And I see that there is a setting 'useCellLevelRollovers' to apply this to each cell. However, I still want the whole row to be highlighted when I roll over it. Setting this setting to true switches to per-cell rollover.
Is there a recommended way to go about doing this?
Comment