Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
15563 | Jun 22,2004 01:27 PM UTC | Jun 22,2004 02:06 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void Model_ColsHiding(object sender, GridRowColHidingEventArgs e) { //cannot hide cols 2 or 3 if(e.From >=2 && e.To <= 3) 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.