Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
24156 | Jan 29,2005 04:46 AM UTC | Jan 29,2005 06:41 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void Model_ClearingCells(object sender, GridClearingCellsEventArgs e) { foreach(GridRangeInfo r in e.RangeList) { if(r.IsCols) { e.Handled = true; e.Result = false; break; } } }
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.