grid.setContextMenu(createContextMenu(config.getTableContextMenu(), grid.getSelectionModel()));
grid.getStore().setMonitorChanges(true);
grid.setAutoExpandColumn("displayName");
final LayoutContainer previewLayoutContainer = new LayoutContainer();
previewLayoutContainer.setLayout(new FitLayout());
previewLayoutContainer.addStyleName(cssWrapper);
grid.getSelectionModel().addSelectionChangedListener(new SelectionChangedListener<GWTJahiaNode>() {
@Override
public void selectionChanged(SelectionChangedEvent<GWTJahiaNode> gwtJahiaNodeSelectionChangedEvent) {
JahiaContentManagementService.App.getInstance().getRenderedContent(
gwtJahiaNodeSelectionChangedEvent.getSelectedItem().getPath(), null, editLinker.getLocale(),