Closed GoogleCodeExporter closed 8 years ago
Missing information: exact version of SmartGWT, GWT version, test case (or
Showcase example where only the describes lines can be added to reproduce the
issue).
Original comment by smartgwt...@gmail.com
on 9 Mar 2014 at 7:39
SmartGWT version 3.0
Gwt version 2.2.0
searchRsltsGrid.setTop("30%");
searchRsltsGrid.setWidth("60%");
// searchRsltsGrid.setHeight(250);
searchRsltsGrid.setAutoFitData(Autofit.VERTICAL);
searchRsltsGrid.setShowAllRecords(true);
searchRsltsGrid.setCellHeight(22);
searchRsltsGrid.setDragDataAction(DragDataAction.NONE);
searchRsltsGrid.setShowHeaderContextMenu(false);
searchRsltsGrid.setHeaderBaseStyle(LEXClientCssConstant.SR_GRID_STYLE);
searchRsltsGrid
searchRsltsGrid.setCanSort(true);
searchRsltsGrid.setAlternateRecordStyles(true);
searchRsltsGrid.setHoverWidth(125);
searchRsltsGrid.setHoverHeight(15);
searchRsltsGrid.setCanResizeFields(false);
searchRsltsGrid.setCanReorderFields(false);
searchRsltsGrid.setHeaderAutoFitEvent(AutoFitEvent.NONE);
searchRsltsGrid.setAlternateRecordStyles(true);
searchRsltsGrid.setShowAllRecords(true);
searchRsltsGrid.setSelectionType(SelectionStyle.SIMPLE);
searchRsltsGrid.setSelectionAppearance(SelectionAppearance.CHECKBOX);
searchRsltsGrid.setLeaveScrollbarGap(false);
searchRsltsGrid.setFields(slNoField, nameField, firstNameField,
dobField, identNoField, subNoField, controlNoField);
Hope this helps
Original comment by subhajit...@gmail.com
on 10 Mar 2014 at 5:26
Try a recent version, that's 4 releases behind.
Original comment by smartgwt...@gmail.com
on 10 Mar 2014 at 6:31
Original issue reported on code.google.com by
subhajit...@gmail.com
on 8 Mar 2014 at 3:37