Posted 14 September 2017, 12:06 pm EST
how to set vertical middle alignment in wijmo flex grid? and how to set dynamically row height depends on word wrap in wijmo flex grid? please find attached for reference

Forums Home / Wijmo / General Discussion
Posted by: kannan on 14 September 2017, 12:06 pm EST
Posted 14 September 2017, 12:06 pm EST
how to set vertical middle alignment in wijmo flex grid? and how to set dynamically row height depends on word wrap in wijmo flex grid? please find attached for reference

Posted 14 September 2017, 12:06 pm EST
Hi Kannan,
You can set dynamically height for the row according to word wrap content using autoSizeRows() method. For this, you need to set wordWrap to true and width to a specified value in number for the column.
You can set vertical align to the middle in Wijmo FlexGrid using itemFormatter by applying some styles.
For your reference, please see the attached sample that implements the same.
Thanks,
Manish Kumar Gupta