java - Is the a way to hide the menu from one of the ListGridfield? -
am trying set icon field 1 of header in listgridfield. hence dont want filtering submenu appear field. there way ?
as of doing task using individual attributes. still submenu appears.
iconlgf.setcansort(false); iconlgf.setcanfreeze(false); iconlgf.setcanfilter(false);
the column have selected icon shows type, hence dont want list grid menu appear
did try per javadoc ?:
setshowdefaultcontextmenu public void setshowdefaultcontextmenu(boolean showdefaultcontextmenu) when set false, field not show context menu in header. parameters: showdefaultcontextmenu - showdefaultcontextmenu default value true
i don't know if it's want .....
Comments
Post a Comment