摘要:
一 : 查看死锁以及数据表阻塞信息 1 CREATE procedure sp_who_lock 2 as 3 begin 4 declare @spid int 5 declare @blk int 6 declare @count int 7 declare @index int ... 阅读全文
摘要:
首先创建一个窗体,将GridControl控件拖到窗体中.然后 Click here to change view -> Convert to -> BandedGridView Run Designer 按照正常的手法添加Columns.点击 Bands 添加相应的Bands 列 Bands列可以... 阅读全文
摘要:
1:去除 GridView 头上的 "Drag a column header here to group by that column"--> 点击 Run Designer -> 找到:OptionView ->将 ShowGroupPanel : 设置为 false ;2:如何 显示出 Gri... 阅读全文