Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 RadGrid 中调整单个列的大小时,所有其他列都会自动调整大小并且网格会被压缩。这是我在客户端设置中的代码:
<Resizing AllowColumnResize="true" AllowRowResize="false" ResizeGridOnColumnResize="false" ClipCellContentOnResize="true" EnableRealTimeResize="true" AllowResizeToFit="true" />
我认为您必须将 ResizeGridOnColumnResize 属性设置为 TRUE