Categories | Question details Back To List | ||
Height of Row Hello support , Can I get Height of specific row? just like grid.getRowHeight(rowId) Thanks Answer posted by Support on May 07, 2008 10:26 There is no API call, but you can access it through DOM grid.getRowById(id).offsetHeight |