The situation:
You've got a CLR stored proc deployed to a MS SQL Server 2008 DB, and you want to access a standard xml config from within the CLR stored proc (which is in turn called from within a standard stored proc)
link
Friday, March 26, 2010
Tuesday, March 23, 2010
DevExpress XtraGrid - Group by Column - Enable/Disable
assuming you have
DevExpress.XtraGrid.GridControl gridControl;
DevExpress.XtraGrid.Views.Grid.GridView gridView;
to enable grouping capability
gridView.OptionsView.ShowGroupPanel = true
to disable
gridView.OptionsView.ShowGroupPanel = false
DevExpress.XtraGrid.GridControl gridControl;
DevExpress.XtraGrid.Views.Grid.GridView gridView;
to enable grouping capability
gridView.OptionsView.ShowGroupPanel = true
to disable
gridView.OptionsView.ShowGroupPanel = false
Wednesday, March 3, 2010
Subscribe to:
Posts (Atom)