I tried rolling from 4.0p to 4.1 Nightly Feb. 24, 2014 and I can no longer compile because the ListGrid method called getRowHeight has been removed. Is there any documentation about this change anywhere or can you tell me why it was removed and not deprecated and what I should use instead?
Looks like I might be able to use getCellHeight, but that does not account for the fact that the grid rows may not all be the same height (or has that feature been removed)?
Looks like I might be able to use getCellHeight, but that does not account for the fact that the grid rows may not all be the same height (or has that feature been removed)?
Comment