Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
24104 | Jan 28,2005 07:32 AM UTC | Feb 14,2005 08:21 PM UTC | WinForms | 7 |
![]() |
Tags: GridControl |
//hide row 2
this.gridDataBoundGrid1.Model.Rows.Hidden[2] = true;
private void gridControl1_ResizingColumns(object sender, GridResizingColumnsEventArgs e) { if(e.Reason.Equals(GridResizeCellsReason.DoubleClick)) { e.Cancel = true; } }
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.