Increase the height of row in wijmo grid

Posted by: aarthiec1 on 20 September 2017, 1:20 am EST

  • Posted 20 September 2017, 1:20 am EST

    Hi ,

    I am using wijmo flexgrid in angular 2 code. In that , every row are predefined to some height. I want to increase the height of row in grid. I tried to increase the height by changing the values in style. But that is not at all working. Can anyone please help me to solve this issue.

    Thanks,

    Aarthi

  • Posted 22 September 2017, 8:43 am EST

    Hi Aarthi,

    You need to set height property to row with a number value. Please use the following code snippet :

    
    flex.rows[rowIndex].height=100;
    
    

    Thanks,

    Manish Kumar Gupta

  • Posted 20 July 2018, 9:52 am EST

    Hi Manish,

    is there any way to increase for all rows (without setting height individually for each row)?
    

    Thanks!

  • Posted 11 January 2019, 8:35 pm EST - Updated 3 October 2022, 3:27 pm EST

    same question

  • Posted 5 February 2019, 12:18 pm EST

    How to set the height as row height global one

  • Posted 4 May 2019, 4:20 pm EST

    Did someone find a way to increase for all rows (without setting height individually for each row)?

  • Posted 6 May 2019, 10:55 am EST

    Hi,

    If you would like to height for all rows, you may set the defaultSize property to a number and set the height to a number.

    Please refer to the following code snippet:

    flex.rows.defaultSize =100;
    

    Regards,

    Manish Gupta

Need extra support?

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

Learn More

Forum Channels