Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
6922 | Sep 5,2003 01:08 AM UTC | Sep 7,2003 10:50 PM UTC | WinForms | 4 |
![]() |
Tags: GridControl |
private void gridControl1_ClearingCells(object sender, GridClearingCellsEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(cc.RangeInfo == e.RangeList.ActiveRange && this.gridControl1[cc.RowIndex, cc.ColIndex].CellType == "TextBox") { e.Handled = 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.