4

我有一个 5 列的 cfgrid。有趣的是,它在右侧显示了一种额外的列,但没有任何适用于网格其余部分的格式。我似乎无法通过使用网格或字段的宽度来摆脱它......我怎样才能让它消失?(它显示在 Firefox 和 IE 中,但不在 Chrome 中)

我附上网格的屏幕截图来说明我的意思。

带有额外空间的cfgrid

4

2 回答 2

3

It's because you have autowidth="true" set on the cfgrid.

于 2012-10-25T18:50:39.113 回答
0

Not having access at the code, I can only make an assumption. I believe you have your last column "centered" by using dataalign="center" within your cfgridcolumn. But did you add headeralign="center" to that cfgridcolumn? It fixed my issue.

于 2012-09-24T18:24:55.820 回答