Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • Isomorphic
    replied
    We have now made a change to address this issue in both the 12.1 and 13.0 branches
    Please try the next nightly build, dated April 8 or above

    Regards
    Isomorphic Software

    Leave a comment:


  • Isomorphic
    replied
    Hi Preeti_Kanyal
    Sorry for the silence on this. We are reproducing the issue and looking at how best to resolve it. We'll follow up soon with more information

    Leave a comment:


  • preeti_kanyal
    replied
    Any update on this.

    Leave a comment:


  • vetical resizing not workig properly when there is alot of data

    Hi ,

    I am using <smartgwt.version>12.1-p20210219</smartgwt.version>

    I want resizable dropdown.

    So i added following code in SelectItem/ComboBoxItem:

    final ListGrid pickListProps = new ListGrid();
    pickListProps.setCanHover(true);
    pickListProps.setShowHover(true);
    pickListProps.setLeaveScrollbarGap(false);
    pickListProps.setCanResizeFields(true);
    pickListProps.setCanDragResize(true);
    setPickListProperties(pickListProps);


    Problem is that when i diagonally strech pickList it works wonderfully.
    But when i try to vertically strech pickList, picklistBody do not increase its height.
    It only happens when there is alot data in pickList, i mean there is vertical scrollBar in pickList.

    Attaching screenshot.
    Can you please help.
    Attached Files
Working...
X