Flexsheet cell-autocomplete issue

Posted by: sasmita.swain2014 on 6 November 2017, 11:14 pm EST

    • Post Options:
    • Link

    Posted 6 November 2017, 11:14 pm EST

    HI,

    We are using flexsheet with angular2 And we are facing a lot of issues with the autocomplete which we can’t customize.

    Can you tell us if is it possible to increase the cell size to content length after selecting from the autocomplete list?

    Thanks,

    Sasmita

  • Posted 7 November 2017, 3:47 pm EST

    Hello Sasmita,.

    You may change column width and row height any time by setting width and height property corresponding to Column and row. Please refer to the following code snippet:

    flex.rows[rowIndex].height=30;
    flex.columns[colIndex].width=200;
    

    Hope it helps!

    ~Manish

  • Posted 7 November 2017, 9:20 pm EST

    can’t it automatically take the content size, because i won’t know what size of the content?

    I have attached the image showing on selecting from list .

  • Posted 8 November 2017, 3:57 pm EST

    Hi Sasmita,

    We are sorry, we can’t find any image attached.

    We can get resize row/column based on content using autoSizeRow and autoSizeColumn method.

    Please refer to the documentation and let us know if you have any further query regarding this with a demo sample.

    http://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.FlexGrid.Class.html#autoSizeRow

    http://demos.wijmo.com/5/Angular/WijmoHelp/WijmoHelp/topic/wijmo.grid.FlexGrid.Class.html#autoSizeColumn

    ~Manish

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels