SmartGWT 5.0 / Firefox 26
MenuItemClickEvent.getColNum() always returns 1 when I click on a custom header menu item on my ListGrid.
Is there another way to determine the column number of the click?
I also tried storing it as an attribute in the MenuItem in getHeaderContextMenuItems, but I found that this is called automatically for every column during refreshFields().
MenuItemClickEvent.getColNum() always returns 1 when I click on a custom header menu item on my ListGrid.
Is there another way to determine the column number of the click?
I also tried storing it as an attribute in the MenuItem in getHeaderContextMenuItems, but I found that this is called automatically for every column during refreshFields().
Comment