摘要:
DevExpressGridControl如何取消默认的显示方式,就是表格中好像还嵌套了一个表格,下面有个折叠‘+’按钮,我需要显示的是就是单表格的样式效果。默认的样式如图:我需要显示的效果图:在后面加上一句代码就行了。this.gridDeptInfo.PopulateColumns(); 阅读全文
摘要:
找到GridView的CellEditorInitalize事件。protected void agv_main_CellEditorInitialize(object sender, ASPxGridViewEditorEventArgs e) { if (e.... 阅读全文
摘要:
// ProtoBuf序列化 using(var file = System.IO.File.Create("Person.bin")) { ProtoBuf.Serializer.Serialize(file, person); } // ProtoBuf反序列化 Person binPerson... 阅读全文