2

how to change row height of a gridex in janus when the gridex is binded to a root table? as you can see there is no property on gridex for setting row size.

fasadat
  • 1,025
  • 1
  • 12
  • 27

1 Answers1

3

in init method of the form that grid is in it you can write : grdMPANDFilters.RootTable.RowHeight = somenumber

fasadat
  • 1,025
  • 1
  • 12
  • 27
  • FYI: this appeared in the low quality posts queue because someone flagged it. Your answer appears plausible, so I presume it is because it is a code-only answer. – Oliver Matthews Jun 10 '14 at 11:15