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.
谁能帮我以编程方式向 webdatagrid 添加行添加行为:
Dim RowAdditions As RowAdding = webDataGrid1.Behaviors.EditingCore.Behaviors.CreateBehavior(Of RowAdding)()
这给了我对象空异常。
跟进 http://forums.infragistics.com/forums/p/46977/251874.aspx#251874