I have to put showhover = true on listgrid columns. At the same time I have to maintain listgrid title also. But I do not want to show title of listgrid on hover. Is there any solution for this. I have used all three methods
listGrid.setShowHeader(boolean);
listGrid.setCanHover(boolean);
listGrid.setShowHover(boolean);
But failed. Any help will be appreciated.
Thanks in Advance.
listGrid.setShowHeader(boolean);
listGrid.setCanHover(boolean);
listGrid.setShowHover(boolean);
But failed. Any help will be appreciated.
Thanks in Advance.
Comment