How to pass dynamic row height for each row in grid widget.
While Passing data from datatable to grid widget, each cell value differs in its string count. In that case, to display the entire value in each cell, i can set constant column width but i expect the row height to be dynamic based on the no of strings present in each cell.(motto is to show the complete data in the cell). How it can be acheived.
It leads to different row height for each rows.


