Hello,
I'm using SmartGWT 3.1 as of 2012/12/25.
When I set canTabHeader to true on a list grid, the menu that is drawn when opening with the open menu key shortcut contains items relating to the previous column. This doesn't happen with the first column.
The bug can be reproduced in the smartclient showcase, in http://www.smartclient.com/#multipleSelect, edit multipleselect.js
and put:
after:
I'm including a screenshot with demonstrates the issue. I opened the country column header (2nd one) menu and it shows option to group by flag (1st column).
Regards,
Cédric.
I'm using SmartGWT 3.1 as of 2012/12/25.
When I set canTabHeader to true on a list grid, the menu that is drawn when opening with the open menu key shortcut contains items relating to the previous column. This doesn't happen with the first column.
The bug can be reproduced in the smartclient showcase, in http://www.smartclient.com/#multipleSelect, edit multipleselect.js
and put:
Code:
canTabToHeader: true,
Code:
ID: "countryList",
Regards,
Cédric.
Comment