I've tried setting the properties "headerTitleVAlign" and "unspannedHeaderVAlign" to "bottom" so that all headers are align at the bottom of their cell, but it seems to only work for cell that are not part of a header span.
I managed to fix this by looping over the grid fields in the init() method and setting "valign" to "bottom" (or by setting the property on each individual field), but I was wondering if this behavior should not be settable via the above mentioned properties.
Thus, the problem is in the spanned headers.
I use SmartClient 13 with skin Stratus.
I managed to fix this by looping over the grid fields in the init() method and setting "valign" to "bottom" (or by setting the property on each individual field), but I was wondering if this behavior should not be settable via the above mentioned properties.
Thus, the problem is in the spanned headers.
I use SmartClient 13 with skin Stratus.
Comment