Hello Isomorphic,
When the user uses the up\down arrow keys to navigate a grouped grid, when reaching a group (i.e. arrow down from the last item in one group or up from the first item in a group), the group is not highlited or selected in any way.
Also there is no way to control this using CSS bc no element in the group item HTML gets an alternative style.
This can be demonstrated easily in your gridHeaderSummary showcase: https://www.smartclient.com/smartcli...dHeaderSummary
I could not find any grid property which controls that behavior - is there one?
If not, then I think the 'Selected' modifier should be added to the groupNode style when the group row is selected in this way (and probably also when clicked-on with the mouse, but that is less problem because the user can see the impact of clicking on the group when it opens\closes).
We are using SmartClient v12.1p_2021-08-18 but the problem is visible also on latest build.
Thanks in advance
When the user uses the up\down arrow keys to navigate a grouped grid, when reaching a group (i.e. arrow down from the last item in one group or up from the first item in a group), the group is not highlited or selected in any way.
Also there is no way to control this using CSS bc no element in the group item HTML gets an alternative style.
This can be demonstrated easily in your gridHeaderSummary showcase: https://www.smartclient.com/smartcli...dHeaderSummary
I could not find any grid property which controls that behavior - is there one?
If not, then I think the 'Selected' modifier should be added to the groupNode style when the group row is selected in this way (and probably also when clicked-on with the mouse, but that is less problem because the user can see the impact of clicking on the group when it opens\closes).
We are using SmartClient v12.1p_2021-08-18 but the problem is visible also on latest build.
Thanks in advance
Comment