I need to be able to adjust row height of C1FlexGird based on the current font size chosen for the grid. I see there are AutoSizeCols and AutoSizeRows methods but they work only if applied after data loads into the grid. For some reasons/limitations, I can't go with this approach.
So I am trying to see if there is any property on the grid to set the default row height before data loads into the grid.
Thanks for any help!