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.
我正在尝试更改 ASPxGridview 编辑表单中某些控件的值,但是它们并没有改变。好像要重置了?
我该怎么做?在什么情况下我会这样做?
谢谢,
乔
ASPxGridView 的 Columns 必须与某些 DataSource 绑定才能启用编辑功能。否则它们将是只读的。
[]的
@乔,
我制作了一个截屏视频,向您介绍了 ASPxGridView 的常见数据编辑方案。在这里查看:
ASPxGridView 数据编辑101
希望有帮助。
我认为您需要更新绑定到网格视图的数据源,然后尝试执行此操作。