摘要:
I want to make one column not editable. I add the setting: column.ReadOnly = true; after that, when I try to edit the column, it still comes out a tex 阅读全文
摘要:
Solution: It appears that older versions of DevExpress assemblies have been cached and now they conflict with the newly installed assemblies. Please f 阅读全文
摘要:
Description: When using batch edit, the controller(updateValues) cannot get the update values. Count for Update, DeleteKeys are 0. Solution: It looks 阅读全文
摘要:
将GridView导出到excel时报错Control 'ctl00_ServerContent_GridView1' of type 'GridView' must be placed inside a form tag with runat=server.解决方法:在CS代码中添加如下方法: p... 阅读全文