Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
12118 | Mar 22,2004 05:07 PM UTC | Mar 22,2004 05:33 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void button1_Click(object sender, System.EventArgs e) { this.gridDataBoundGrid1.BeginUpdate(); for(int i = 1; i < this.gridDataBoundGrid1.Model.RowCount; i = i + 2) { this.gridDataBoundGrid1.Model.Rows.Hidden[i] = true; } this.gridDataBoundGrid1.EndUpdate(); this.gridDataBoundGrid1.Refresh(); }
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.