Using: SmartGWT 3.0 with SmartClient Version: v8.2p_2012-07-30/LGPL Development Only (built 2012-07-30) and any browser. See attached for example code.
When using a summaryRowDataSource on a ListGrid, if you click on the summary row the font-weight changes from "bold" to "normal" for some reason. If you comment out the setSummaryRowDataSource() line then the font-weight stops changing when you click on the summary row.
Also attached is an example screenshot of what happens (before the click on the left, after on the right).
Is there anything in the CSS we can do to prevent this from happening?
When using a summaryRowDataSource on a ListGrid, if you click on the summary row the font-weight changes from "bold" to "normal" for some reason. If you comment out the setSummaryRowDataSource() line then the font-weight stops changing when you click on the summary row.
Also attached is an example screenshot of what happens (before the click on the left, after on the right).
Is there anything in the CSS we can do to prevent this from happening?
Comment