yes you can make it...you have the event oncontextmenu on the gridheaderlistener ;)...you have to simply show the menu :) bye pat
2009/8/19 Anton Trapp <[email protected]> > > Thank you very much! > I thought that such a basic feature must be implemented :) > I think I just disable the menu and write my own... > Regards, Anton > > Patrizio De Michele schrieb: > > try to retrieve the menu and disable/remove the menuitem...i believe > > is the only way.... > > or if you don't need the context menu....hide it.... > > but i'm not sure is it possible... > > i see some requests on the gwt-ext google group where people asks to > > obtain access to the menu...but at the moment i don't believe is easly > > doable.... > > bye pat > > > > 2009/8/19 Anton Trapp <[email protected] > > <mailto:[email protected]>> > > > > > > Is there a way to hide a column in the grid (the ID column) and NOT > > provide the user the possibility to display it again through the > > context > > menu? > > > > If I hide it with "grid.hideColumn(0);" the user can just turn it on > > again... > > > > Thank you very much in advance! > > > > Anton > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
